-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathindex.html
58 lines (49 loc) · 2.86 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>CUI IDM B2X</title>
<!-- build:css app/css/main.css -->
<link rel="stylesheet" href="assets/concat/css/main.css">
<!-- endbuild -->
<meta name="viewport" content="width=device-width, user-scalable=yes, initial-scale=1.0, maximum-scale=2.0, minimum-scale=1.0">
</head>
<body ng-controller="baseCtrl as base" data-snap-ignore="true">
<!-- Application Loading -->
<div ng-cloak ng-if="base.loader.for.wholeApp" ng-inlude="'app/common-templates/index/whole-app-loader.html'"></div>
<!-- Content -->
<div class="cui-wrapper v2" ng-if="!base.loader.for.wholeApp" ng-cloak ng-include="'app/common-templates/index/content.html'"></div>
<!-- build:js app/js/vendor.js -->
<script src="unsupported/modernizr-custom.js"></script>
<script src="node_modules/babel-polyfill/dist/polyfill.js"></script>
<script src="node_modules/tether/dist/js/tether.js"></script>
<script src="node_modules/blueimp-md5/js/md5.min.js"></script>
<script src="node_modules/jquery/dist/jquery.js"></script>
<script src="node_modules/lodash/lodash.js"></script>
<script src="node_modules/angular/angular.js"></script>
<script src="node_modules/snapjs/snap.js"></script>
<script src="node_modules/angular-ui-router/release/angular-ui-router.js"></script>
<script src="node_modules/angular-messages/angular-messages.js"></script>
<script src="node_modules/angular-cookies/angular-cookies.js"></script>
<script src="node_modules/angular-sanitize/angular-sanitize.js"></script>
<script src="node_modules/angular-dynamic-locale/tmhDynamicLocale.min.js"></script>
<script src="node_modules/angular-snap/angular-snap.js"></script>
<script src="node_modules/angular-translate/dist/angular-translate.js"></script>
<script src="node_modules/angular-translate-storage-local/angular-translate-storage-local.js"></script>
<script src="node_modules/angular-translate-loader-static-files/angular-translate-loader-static-files.js"></script>
<script src="node_modules/angular-translate-storage-cookie/angular-translate-storage-cookie.js"></script>
<script src="node_modules/angular-translate-handler-log/angular-translate-handler-log.js"></script>
<script src="node_modules/angular-local-storage/dist/angular-local-storage.min.js"></script>
<script src="node_modules/@covisint/cui-ng/dist/cui-ng.js"></script>
<script src="node_modules/@covisint/cui-i18n/translate.js"></script>
<script src="node_modules/@covisint/cui.js/dist/cui.min.js"></script>
<script src="node_modules/svg4everybody/dist/svg4everybody.min.js"></script>
<script src="node_modules/angular-animate/angular-animate.js"></script>
<!-- endbuild -->
<!-- build:js app/js/app.js -->
<script src="assets/concat/js/app.js"></script>
<!-- endbuild -->
<script>svg4everybody();</script>
<!-- This app brought to you by the power of cui-ng -->
</body>
</html>