forked from umdhelpdesk/whenWeWorkClient
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
26 lines (18 loc) · 666 Bytes
/
Copy pathindex.html
File metadata and controls
26 lines (18 loc) · 666 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
25
26
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" href="">
</head>
<body ng-app="hdsp">
<ui-view></ui-view>
</body>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.5.8/angular.min.js"></script>
<script src="node_modules/angular-ui-router/release/angular-ui-router.js"></script>
<script src="assets/ui-bootstrap-tpls-2.2.0.min.js"></script>
<script src="app.js"></script>
<script src="controllers/mainControllers.js"></script>
<script src="services/userService.js"></script>
<script src="constants/constants.js"></script>
</html>