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

Unified Diff: third_party/pkg/route_hierarchical/example/full/home.html

Issue 124053002: Adding Angular and dependent packages for testing (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 12 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: third_party/pkg/route_hierarchical/example/full/home.html
diff --git a/third_party/pkg/route_hierarchical/example/full/home.html b/third_party/pkg/route_hierarchical/example/full/home.html
new file mode 100644
index 0000000000000000000000000000000000000000..fcc7960024c5d93f3f240c12a5fa179fdb97b420
--- /dev/null
+++ b/third_party/pkg/route_hierarchical/example/full/home.html
@@ -0,0 +1,30 @@
+<!DOCTYPE html>
+
+<html>
+ <head>
+ </head>
+ <body>
+ <element name="x-home" constructor="HomeComponent" extends="div">
+ <template>
+ <h1>Welcome</h1>
+ <p>
+ Welcome the the route package sample page.
+ </p>
+ <h3>Quick links</h3>
+ <ul>
+ <li class="active">
+ <a href="{{links['100001']['info']}}">Company 100001</a>
+ (<a href="{{links['100001']['activities']}}">activities</a>,
+ <a href="{{links['100001']['notes']}}">notes</a>)
+ </li>
+ <li class="active">
+ <a href="{{links['111111']['info']}}">Company 111111</a>
+ (<a href="{{links['111111']['activities']}}">activities</a>,
+ <a href="{{links['111111']['notes']}}">notes</a>)
+ </li>
+ </ul>
+ </template>
+ <script type="application/dart" src="home.dart"></script>
+ </element>
+ </body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698