| Index: third_party/pkg/angular/demo/helloworld/index.html
|
| diff --git a/third_party/pkg/angular/demo/helloworld/index.html b/third_party/pkg/angular/demo/helloworld/index.html
|
| deleted file mode 100644
|
| index ff9a100aae3de3dea596dbff3c67c204841f9695..0000000000000000000000000000000000000000
|
| --- a/third_party/pkg/angular/demo/helloworld/index.html
|
| +++ /dev/null
|
| @@ -1,14 +0,0 @@
|
| -<!DOCTYPE html>
|
| -<html>
|
| -<head>
|
| - <title>Hello, World!</title>
|
| -</head>
|
| -<body ng-app>
|
| -
|
| -<h3>Hello {{name}}!</h3>
|
| -name: <input type="text" ng-model="name">
|
| -
|
| -<script type="application/dart" src="helloworld.dart"></script>
|
| -<script src="packages/browser/dart.js"></script>
|
| -</body>
|
| -</html>
|
|
|