| 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>
|
|
|
|
|