Index: example/todomvc/web/router_options.dart |
diff --git a/example/todomvc/web/router_options.dart b/example/todomvc/web/router_options.dart |
index 6354ca8a91fa7d645481ab93c80e72f9bb8d1f9f..56bdacf2c59cab5cb8f5e9b51f21fb5c73236192 100644 |
--- a/example/todomvc/web/router_options.dart |
+++ b/example/todomvc/web/router_options.dart |
@@ -15,8 +15,9 @@ import 'package:polymer/polymer.dart'; |
* have a tag like `<a href="#/completed">` it will get the class |
* `class="selected"`, and other links will have that CSS class removed. |
*/ |
-class RouterOptions extends CustomElement { |
+class RouterOptions extends PolymerElement { |
+ bool get applyAuthorStyles => true; |
var _sub; |
void inserted() { |