diff options
| author | Yoggzo <yogg@epsina.com> | 2016-02-24 13:23:47 +0100 |
|---|---|---|
| committer | Yoggzo <yogg@epsina.com> | 2016-02-24 13:23:47 +0100 |
| commit | fafb5eeaa4676823680c828ac57adf2e855b7afd (patch) | |
| tree | 58c914ba9b277252daf53c27e878f262cb4579ad /client/js/app.js | |
| parent | 16e0328884f318d97ac991ee8e70f43ee1c14b38 (diff) | |
| parent | d2f5ae5c83ef5bc41cf430ace79769459b4acbf8 (diff) | |
Merge branch 'develop' into Evan
Diffstat (limited to 'client/js/app.js')
| -rw-r--r-- | client/js/app.js | 3 |
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'; - }]); |
