Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(603)

Unified Diff: samples/third_party/todomvc/web/todo_row.html

Issue 45753003: Update samples with latest polymer and Dartium changes (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « samples/third_party/todomvc/web/index.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: samples/third_party/todomvc/web/todo_row.html
diff --git a/samples/third_party/todomvc/web/todo_row.html b/samples/third_party/todomvc/web/todo_row.html
index 85cc4703c2b519a27c996222353c27e2b6c22768..242d0054ea59693c9ac3e6d107471c39b3928042 100644
--- a/samples/third_party/todomvc/web/todo_row.html
+++ b/samples/third_party/todomvc/web/todo_row.html
@@ -120,7 +120,7 @@ ShadowRoot because it crosses the shadow boundary.
<div class="todo-item">
<input class="toggle" type="checkbox" checked="{{todo.done}}">
<editable-label id="label" value="{{todo.task}}"></editable-label>
- <button class="destroy" on-click="removeTodo"></button>
+ <button class="destroy" on-click="{{removeTodo}}"></button>
</div>
</template>
<script type="application/dart" src="todo_row.dart"></script>
« no previous file with comments | « samples/third_party/todomvc/web/index.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698