Index: example/angular/routing/nesting_routes/index.html |
diff --git a/example/angular/components/adding_an_element_into_the_shadow_dom/index.html b/example/angular/routing/nesting_routes/index.html |
similarity index 76% |
copy from example/angular/components/adding_an_element_into_the_shadow_dom/index.html |
copy to example/angular/routing/nesting_routes/index.html |
index f89a6eac1f06c5a6f7cf0c29e57251546ac2aac1..9ffb7aa5d829e58b709c4b994fcc76a7e539c185 100644 |
--- a/example/angular/components/adding_an_element_into_the_shadow_dom/index.html |
+++ b/example/angular/routing/nesting_routes/index.html |
@@ -11,8 +11,13 @@ BSD-style license that can be found in the LICENSE file. |
</head> |
<body> |
<div class="well"> |
- <my-component></my-component> |
+ <span><a href="#/articles/all">All articles</a></span> | |
+ <span><a href="#/articles/featured">Featured article</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> |