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

Unified Diff: samples/third_party/todomvc/web/elements/td_todos.html

Issue 182193002: [polymer] interop with polymer-element and polymer.js (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 9 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/elements/td_todos.dart ('k') | samples/third_party/todomvc/web/index.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: samples/third_party/todomvc/web/elements/td_todos.html
diff --git a/samples/third_party/todomvc/web/elements/td_todos.html b/samples/third_party/todomvc/web/elements/td_todos.html
index ef3ac806050ed4ff784118b659e750d03117c3e5..4d84f60b51a54dff26c8a44c487a74714e44316b 100644
--- a/samples/third_party/todomvc/web/elements/td_todos.html
+++ b/samples/third_party/todomvc/web/elements/td_todos.html
@@ -1,4 +1,4 @@
-<link rel="import" href="../lib-elements/polymer_selector.html">
+<link rel="import" href="../lib-elements/polymer-selector.html">
<link rel="import" href="../lib-elements/simple_router.html">
<link rel="import" href="td_input.html">
<link rel="import" href="td_item.html">
@@ -29,13 +29,13 @@
<span id="todo-count"><strong>{{model.activeCount}}</strong>
{{model.activeItemWord}} left</span>
<polymer-selector id="filters" selected="{{activeRoute}}">
- <li name="all">
+ <li label="all">
<a href="{{baseUri}}#/">All</a>
</li>
- <li name="active">
+ <li label="active">
<a href="{{baseUri}}#/active">Active</a>
</li>
- <li name="completed">
+ <li label="completed">
<a href="{{baseUri}}#/completed">Completed</a>
</li>
</polymer-selector>
« no previous file with comments | « samples/third_party/todomvc/web/elements/td_todos.dart ('k') | samples/third_party/todomvc/web/index.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698