Index: example/angular/routing/accessing_router_in_controller/views/show_book.html |
diff --git a/example/angular/components/applying_outside_styles_in_a_component/my_component.html b/example/angular/routing/accessing_router_in_controller/views/show_book.html |
similarity index 71% |
copy from example/angular/components/applying_outside_styles_in_a_component/my_component.html |
copy to example/angular/routing/accessing_router_in_controller/views/show_book.html |
index 53b84757b17006e3024acb78acbb2d83afda1fea..295139a7a3c783a3404740b6799022426e8241fc 100644 |
--- a/example/angular/components/applying_outside_styles_in_a_component/my_component.html |
+++ b/example/angular/routing/accessing_router_in_controller/views/show_book.html |
@@ -3,4 +3,5 @@ Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file |
for details. All rights reserved. Use of this source code is governed by a |
BSD-style license that can be found in the LICENSE file. |
--> |
-<p>{{cmp.text}}</p> |
+<div>Title: {{ctrl.book.title}}</div> |
+<div>Description: {{ctrl.book.description}}</div> |