-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
24 lines (20 loc) · 806 Bytes
/
index.html
File metadata and controls
24 lines (20 loc) · 806 Bytes
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 lang="en" ng-app="biClientApp">
<head>
<meta charset="UTF-8">
<title></title>
<script src="./bower_components/angular/angular.js"></script>
<script src="./bower_components/angular-resource/angular-resource.js"></script>
<script src="./bower_components/angular-route/angular-route.js"></script>
<script src="./app/scripts/app.js"></script>
<script src="./app/scripts/services/utilityServices.js"></script>
<script src="./app/scripts/controllers/mainControllers.js"></script>
<script src="./app/scripts/controllers/publisherControllers.js"></script>
<link href="bower_components/bootstrap/dist/css/bootstrap.css" rel="stylesheet">
</head>
<body>
<div ng-view>
If you're seeing this, there was an error.
</div>
</body>
</html>