-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
23 lines (22 loc) · 990 Bytes
/
Copy pathindex.html
File metadata and controls
23 lines (22 loc) · 990 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!doctype html>
<html lang="en" ng-app="angularEvaluation">
<head>
<title>Angular Evalution</title>
<link rel="stylesheet" type="text/css" href="dist/css/angular-evaluation.css">
<script src="https://code.jquery.com/jquery-2.1.3.min.js"></script>
<script src="bower_components/angular/angular.min.js" ></script>
<script src="bower_components/angular-route/angular-route.min.js" ></script>
<script src="bower_components/angular-bootstrap/ui-bootstrap.min.js" ></script>
<script src="bower_components/angular-bootstrap/ui-bootstrap-tpls.min.js" ></script>
<script src="dist/angular-evaluation.min.js"></script>
<script src="http://code.highcharts.com/highcharts.js"></script>
<script src="http://code.highcharts.com/modules/exporting.js"></script>
</head>
<body>
<div class="container-fluid">
<br/>
<div ng-view>
</div>
</div>
</body>
</html>