Index: example/todomvc/web/router_options.html |
diff --git a/example/todomvc/web/router_options.html b/example/todomvc/web/router_options.html |
index 2340b454a0cee82da9c7178a7bf371a9d945b6a1..22448e4975ca09042393b221b8407869bd317fa7 100644 |
--- a/example/todomvc/web/router_options.html |
+++ b/example/todomvc/web/router_options.html |
@@ -9,9 +9,9 @@ BSD-style license that can be found in the LICENSE file. |
<meta charset="utf-8"> |
</head> |
<body> |
-<element name="router-options" extends="ul" apply-author-styles> |
+<polymer-element name="router-options" extends="ul" apply-author-styles> |
<template><content></content></template> |
<script type="application/dart" src="router_options.dart"></script> |
-</element> |
+</polymer-element> |
</body> |
</html> |