diff options
Diffstat (limited to 'www/js/WizardCtrl.js')
| -rw-r--r-- | www/js/WizardCtrl.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/www/js/WizardCtrl.js b/www/js/WizardCtrl.js index 62bc213c..20029ed1 100644 --- a/www/js/WizardCtrl.js +++ b/www/js/WizardCtrl.js @@ -14,6 +14,9 @@ angular.module('zmApp.controllers').controller('zmApp.WizardCtrl', ['$scope', '$ function login(u, zmu, zmp) { var d = $q.defer(); + + + $http({ method: 'POST', //withCredentials: true, |
