-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·42 lines (22 loc) · 1009 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
25
26
27
28
29
30
31
32
33
34
35
36
37
<html ng-app="addressListApp">
<head>
<link rel="stylesheet" href="css/03_add_album.css">
<link rel="stylesheet" href="css/bootstrap.css">
<script type='text/javascript' src="js/angular.min.js"></script>
<script type='text/javascript' src="js/jquery.min.js"></script>
<script type='text/javascript' src="js/bootstrap.min.js"></script>
<script type='text/javascript' src="js/angular-route.min.js"></script>
<script type='text/javascript' src="app/app.js"></script>
<script type='text/javascript' src="app/controllers/addresslistcontroller.js"></script>
<script src="http://maps.googleapis.com/maps/api/js?sensor=false"></script>
<script type='text/javascript' src="js/angular-google-maps.js"></script>
<script type='text/javascript' src="js/lodash.js"></script>
<script type='text/javascript' src="js/logger/index.js"></script>
<title>The demo page</title>
</head>
<body >
<ng-view></ng-view>
<script type="text/javascript">
</script>
</body>
</html>