summaryrefslogtreecommitdiff
path: root/client/js/app.js
diff options
context:
space:
mode:
authorEoleDev <EoleDev@outlook.fr>2016-02-17 16:53:58 +0100
committerEoleDev <EoleDev@outlook.fr>2016-02-17 16:53:58 +0100
commit2b38742bce1691f653dee924c1f030d14053c49e (patch)
treebf80308883fe0223146e6cda4d680fb876d43084 /client/js/app.js
parenta8b6e051b4a4346ec4b22e07207f8dc766833c9b (diff)
parent47e7d7d5402b3096a7554193eec10ff4b8bb2c3b (diff)
Merge branch 'develop' into Eole
Diffstat (limited to 'client/js/app.js')
-rw-r--r--client/js/app.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/client/js/app.js b/client/js/app.js
index 90fae89..e2d5b9b 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']);
+var mainApp=angular.module("mainApp",['ngRoute', 'ngSanitize', 'ngCookies']);
/**
* Configure routeProvider
@@ -29,6 +29,5 @@ mainApp.config(['$routeProvider', function($routeProvider){
*/
mainApp.config(['$httpProvider', function($httpProvider){
$httpProvider.defaults.headers.post['Content-Type'] = 'application/x-www-form-urlencoded; charset=UTF-8';
-
}]);