summaryrefslogtreecommitdiff
path: root/client/index.html
diff options
context:
space:
mode:
authormanzerbredes <loic.guegan_secondary@yahoo.fr>2016-03-02 07:14:05 +0100
committermanzerbredes <loic.guegan_secondary@yahoo.fr>2016-03-02 07:14:05 +0100
commit2d99f1ecf2164431b03eff5bcbaa7abe67287602 (patch)
tree584cf16d7818886d9126e8d47444d449039514ea /client/index.html
parente9108d4b97132e853a71cb1dfbad6cf4bddb599b (diff)
Create loading service
Diffstat (limited to 'client/index.html')
-rw-r--r--client/index.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/client/index.html b/client/index.html
index 8d81ac3..8ca2b9f 100644
--- a/client/index.html
+++ b/client/index.html
@@ -28,8 +28,9 @@
<div ng-include="'./partials/login.html'"></div>
<!-- Machine Details Overlay -->
<div ng-include="'./partials/home/machineDetails.html'"></div>
+ <div ng-include="'./partials/loading.html'"></div>
- <!-- Nav -->
+ <!-- Nav -->
<div ng-include="'./partials/nav.html'"></div>
</div>
</div>
@@ -79,6 +80,7 @@
<script src="./js/services/Identity.js"></script>
<script src="./js/services/Image.js"></script>
<script src="./js/services/Compute.js"></script>
+ <script src="./js/services/Loading.js"></script>
<!-- Include controller -->
<script src="./js/controllers/login.js"></script>