-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
24 lines (24 loc) · 965 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE html>
<html ng-app="myapp">
<head>
<meta charset="utf-8">
<title></title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width">
</head>
<body>
<h1>Hello World</h1>
<form ng-controller="FooController">
<label>
Enter your name
</label>
<input type="text" name="first_name" ng-model="first_name" />
<button type="button" ng-click="buttonPressed()">Try it!</button>
</form>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.2.2/angular.min.js"></script>
<!--<script src="brain/combine.php?path=../app/&load_first=/services/,/directives/&debug=true&log=true"></script>
-->
<script src="brain/combine.php?css&path=../css/&only=test.css,test2.css&debug=true&log=true"></script>
<script src="brain/combine.php?path=../app/&only=../app/modules/foo/controllers/FooController.js&debug=true&log=true"></script>
</body>
</html>