| Index: third_party/pkg/angular/demo/helloworld/web/index.html
|
| ===================================================================
|
| --- third_party/pkg/angular/demo/helloworld/web/index.html (revision 33054)
|
| +++ third_party/pkg/angular/demo/helloworld/web/index.html (working copy)
|
| @@ -1,14 +0,0 @@
|
| -<!DOCTYPE html>
|
| -<html>
|
| -<head>
|
| - <title>Hello, World!</title>
|
| -</head>
|
| -<body hello-world-controller>
|
| -
|
| -<h3>Hello {{ctrl.name}}!</h3>
|
| -name: <input type="text" ng-model="ctrl.name">
|
| -
|
| -<script type="application/dart" src="helloworld.dart"></script>
|
| -<script src="packages/browser/dart.js"></script>
|
| -</body>
|
| -</html>
|
|
|