Bug fixes
This commit is contained in:
parent
b2e4b8152e
commit
b5dfabaaa3
2 changed files with 2 additions and 2 deletions
|
@ -595,7 +595,7 @@ function UserAdminCtrl($scope, $timeout, $location, Restangular, PlanService, Us
|
||||||
}
|
}
|
||||||
|
|
||||||
UserService.updateUserIn($scope, function(user) {
|
UserService.updateUserIn($scope, function(user) {
|
||||||
$scope.askForPassword = currentUser.askForPassword;
|
$scope.askForPassword = user.askForPassword;
|
||||||
});
|
});
|
||||||
|
|
||||||
$scope.readyForPlan = function() {
|
$scope.readyForPlan = function() {
|
||||||
|
|
Reference in a new issue