| Index: example/angular/routing/setting_up_a_default_view/index.html
|
| diff --git a/example/angular/components/creating_a_component_that_allows_child_tags/index.html b/example/angular/routing/setting_up_a_default_view/index.html
|
| similarity index 78%
|
| copy from example/angular/components/creating_a_component_that_allows_child_tags/index.html
|
| copy to example/angular/routing/setting_up_a_default_view/index.html
|
| index 9dcaecf51076043889507648019c26111f74994a..79b3487c774b1afec362553972913e49b0053e1e 100644
|
| --- a/example/angular/components/creating_a_component_that_allows_child_tags/index.html
|
| +++ b/example/angular/routing/setting_up_a_default_view/index.html
|
| @@ -11,8 +11,13 @@ BSD-style license that can be found in the LICENSE file.
|
| </head>
|
| <body>
|
| <div class="well">
|
| - <my-component><span style="color:blue">world</span></my-component>
|
| + <span><a href="#/hello">Hello</a></span> |
|
| + <span><a href="#/bogus">Bogus route</a></span>
|
| </div>
|
| + <section>
|
| + <ng-view></ng-view>
|
| + </section>
|
| +
|
| <script type="application/dart" src="main.dart"></script>
|
| <script src="packages/browser/dart.js"></script>
|
| </body>
|
|
|