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

Unified Diff: example/todomvc/web/router_options.dart

Issue 20863002: Introduce boot.js: this finally makes it possible to load and run Todomvc (Closed) Base URL: git@github.com:dart-lang/web-ui.git@master
Patch Set: Created 7 years, 5 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 | « example/todomvc/web/model.dart ('k') | example/todomvc/web/todo_row.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « example/todomvc/web/model.dart ('k') | example/todomvc/web/todo_row.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698