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

Unified Diff: example/angular/routing/nesting_routes/views/all_articles.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/views/all_articles.html
diff --git a/example/angular/routing/nesting_routes/views/all_articles.html b/example/angular/routing/nesting_routes/views/all_articles.html
new file mode 100644
index 0000000000000000000000000000000000000000..55244aaad4716a5777a4021c8213b43bd7bfaba8
--- /dev/null
+++ b/example/angular/routing/nesting_routes/views/all_articles.html
@@ -0,0 +1,6 @@
+<h2>All articles</h2>
+<ul>
+ <li>Article 1</li>
+ <li>Article 2</li>
+ <li>Article 3</li>
+</ul>

Powered by Google App Engine
This is Rietveld 408576698