-
Notifications
You must be signed in to change notification settings - Fork 6
/
index.html
28 lines (27 loc) · 1.4 KB
/
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
<!DOCTYPE html>
<html xmlns:ng="http://angularjs.org">
<head>
<meta charset="UTF-8">
<title>Q METHOD 1.0</title>
<script src="src/api-check.js" type="text/javascript"></script>
<script src="src/angular.js" type="text/javascript"></script>
<script src="src/angular-ui-router.js" type="text/javascript"></script>
<script src="src/angular-drag-and-drop-lists.js" type="text/javascript"></script>
<script src="src/formly.js" type="text/javascript"></script>
<script src="src/igTruncate.js" type="text/javascript"></script>
<script src="src/angular-formly-templates-bootstrap.js" type="text/javascript"></script>
<script src="src/angular-tooltips.js" type="text/javascript"></script>
<script src="src/jquery.min.js" type="text/javascript"></script>
<script src="https://www.gstatic.com/firebasejs/3.3.2/firebase.js"></script>
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js"></script>
<script src="src/qmethod.js" type="text/javascript"></script>
<link href="stylesheets/dnd.css" rel="stylesheet" />
<link href="stylesheets/bootstrap.min.css" rel="stylesheet" />
<link href="stylesheets/bootstrap-theme.min.css" rel="stylesheet" />
<link href="stylesheets/angular-tooltips.css" rel="stylesheet" />
<link href="stylesheets/modal-fix.css" rel="stylesheet" />
</head>
<body ng-app="qmethod" ng-controller="appCtrl">
<ui-view></ui-view>
</body>
</html>