summaryrefslogtreecommitdiff
path: root/client/index.html
diff options
context:
space:
mode:
authormanzerbredes <loic.guegan_secondary@yahoo.fr>2016-02-10 21:45:52 +0100
committermanzerbredes <loic.guegan_secondary@yahoo.fr>2016-02-10 21:45:52 +0100
commit3f83cae4178226084dcbf1e826271a04cc97086d (patch)
tree5a025139d71daa3524e10edac5a876a01c5e69ad /client/index.html
parent0c985435949c1b7cd034d70559f8bcce744418de (diff)
Login Service complete !
Diffstat (limited to 'client/index.html')
-rw-r--r--client/index.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/index.html b/client/index.html
index 10eceb3..ab5f00f 100644
--- a/client/index.html
+++ b/client/index.html
@@ -73,6 +73,7 @@
<!-- Include services -->
<script src="./js/services/Identity.js"></script>
+ <script src="./js/services/Image.js"></script>
<!-- Include controller -->
<script src="./js/controllers/login.js"></script>