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

Unified Diff: third_party/pkg/angular/demo/todo/web/index.html

Issue 256553002: Revert "Update all Angular libs (run update_all.sh)." (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 8 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/angular/demo/todo/web/index.html
diff --git a/third_party/pkg/angular/example/web/todo.html b/third_party/pkg/angular/demo/todo/web/index.html
similarity index 85%
rename from third_party/pkg/angular/example/web/todo.html
rename to third_party/pkg/angular/demo/todo/web/index.html
index cbd32cc925cfd260d6dcd6e320b979ff98ca0886..7cea710c6e407d5f38f07db22acdf89debf9f174 100644
--- a/third_party/pkg/angular/example/web/todo.html
+++ b/third_party/pkg/angular/demo/todo/web/index.html
@@ -1,11 +1,10 @@
-<!DOCTYPE html>
<html>
<head>
- <link rel="stylesheet" href="css/bootstrap.css">
- <link rel="stylesheet" href="css/todo.css">
- <title>Things To Do</title>
- <script src="todo.dart" type="application/dart"></script>
+ <link rel="stylesheet" href="bootstrap.css">
+ <link rel="stylesheet" href="todo.css">
+ <script src="main.dart" type="application/dart"></script>
<script src="packages/browser/dart.js"></script>
+ <script src="packages/browser/interop.js"></script>
</head>
<body ng-app>
« no previous file with comments | « third_party/pkg/angular/demo/todo/web/bootstrap.css ('k') | third_party/pkg/angular/demo/todo/web/main.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698