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

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

Issue 180873006: Update the Angular/DI tests to latest from github. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Review feedback Created 6 years, 10 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
deleted file mode 100644
index fcc7960024c5d93f3f240c12a5fa179fdb97b420..0000000000000000000000000000000000000000
--- a/third_party/pkg/route_hierarchical/example/full/home.html
+++ /dev/null
@@ -1,30 +0,0 @@
-<!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