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

Unified Diff: example/todomvc/web/todo_row.html

Issue 22962005: Merge pull request #581 from kevmoo/polymer (Closed) Base URL: https://github.com/dart-lang/web-ui.git@polymer
Patch Set: Created 7 years, 4 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 | « example/todomvc/web/model.dart ('k') | lib/boot.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: example/todomvc/web/todo_row.html
diff --git a/example/todomvc/web/todo_row.html b/example/todomvc/web/todo_row.html
index ed9c4414536b838e670c1028ea99cdefc13f6b55..e51d9b4ea7804018214ba6fdb6071cb6240683b7 100644
--- a/example/todomvc/web/todo_row.html
+++ b/example/todomvc/web/todo_row.html
@@ -124,7 +124,7 @@ ShadowRoot because it crosses the shadow boundary.
</style>
<div class="todo-item">
<input class="toggle" type="checkbox" checked="{{todo.done}}">
- <div is="editable-label" id="label" value="{{todo.task}}"></div>
+ <editable-label id="label" value="{{todo.task}}"></editable-label>
<button class="destroy" on-click="removeTodo"></button>
</div>
</template>
« no previous file with comments | « example/todomvc/web/model.dart ('k') | lib/boot.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698