-
Notifications
You must be signed in to change notification settings - Fork 1
/
test.html
21 lines (17 loc) · 825 Bytes
/
test.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<html ng-app='myApp'>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
<link href="css/jasmine.css" rel="stylesheet" type="text/css">
<script type="text/javascript" src="js/vendor/jasmine.js"></script>
<script type="text/javascript" src="js/vendor/jasmine-html.js" ></script>
<script src='js/vendor/angular.js'></script>
<script src="js/vendor/angular-mocks.js"></script>
<script src='js/list-data.js'></script>
<script type="text/javascript" src="test/test-runner.js" ></script>
<script src='test/list-data.spec.js'></script>
</head>
<body>
</body>
</html>