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

Unified Diff: example/angular/routing/nesting_routes/index.html

Issue 135183008: First group of routing examples (Closed) Base URL: https://github.com/dart-lang/dart_by_example.git@master
Patch Set: Tweaks Created 6 years, 11 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
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>

Powered by Google App Engine
This is Rietveld 408576698