Index: example/todomvc/web/app.html |
diff --git a/example/todomvc/web/app.html b/example/todomvc/web/app.html |
index ee3d4f8e73bd452ab9cea3f4c4e0c8bb0bd73a01..084f73a00ddb603615ef0c8568d64e862ff2eb7f 100644 |
--- a/example/todomvc/web/app.html |
+++ b/example/todomvc/web/app.html |
@@ -11,7 +11,7 @@ BSD-style license that can be found in the LICENSE file. |
<link rel="import" href="todo_row.html"> |
</head> |
<body> |
-<element name="todo-app" apply-author-styles> |
+<polymer-element name="todo-app" apply-author-styles> |
<template> |
<section id="todoapp"> |
<header id="header"> |
@@ -59,6 +59,6 @@ BSD-style license that can be found in the LICENSE file. |
</footer> |
</template> |
<script type="application/dart" src="app.dart"></script> |
-</element> |
+</polymer-element> |
</body> |
</html> |