summaryrefslogtreecommitdiff
path: root/client/js/app.js
diff options
context:
space:
mode:
authormanzerbredes <loic.guegan_secondary@yahoo.fr>2016-03-21 06:47:01 +0100
committermanzerbredes <loic.guegan_secondary@yahoo.fr>2016-03-21 06:47:01 +0100
commit3c336f00d29ba927d41e2029a3c1d893cee43f9d (patch)
treec5492a51fed5f2d2e36d484c56c878198fd3ef87 /client/js/app.js
parent3216a69b752e8d8129913d24ced4cffbd794fef2 (diff)
Add login check witouth reloading page
Diffstat (limited to 'client/js/app.js')
-rw-r--r--client/js/app.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/js/app.js b/client/js/app.js
index 1602e65..f571cb7 100644
--- a/client/js/app.js
+++ b/client/js/app.js
@@ -3,7 +3,7 @@
* The main app module instance
* @type angular.module.angular-1_3_6_L1749.moduleInstance
*/
-var mainApp=angular.module("mainApp",['ngRoute', 'ngSanitize', 'ngCookies']);
+var mainApp=angular.module("mainApp",['ngRoute', 'ngSanitize', 'ngCookies','lr.upload']);
/**
* Configure routeProvider