| Index: example/todomvc/web/router_options.dart
|
| diff --git a/example/todomvc/web/router_options.dart b/example/todomvc/web/router_options.dart
|
| index 56bdacf2c59cab5cb8f5e9b51f21fb5c73236192..819e2e6decd85db49f8b3b3adb83bc5595447e83 100644
|
| --- a/example/todomvc/web/router_options.dart
|
| +++ b/example/todomvc/web/router_options.dart
|
| @@ -15,6 +15,7 @@ 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.
|
| */
|
| +@CustomTag('router-options')
|
| class RouterOptions extends PolymerElement {
|
|
|
| bool get applyAuthorStyles => true;
|
|
|