Bug fixes

This commit is contained in:
Joseph Schorr 2013-12-18 17:04:07 -05:00
parent b2e4b8152e
commit b5dfabaaa3
2 changed files with 2 additions and 2 deletions

View file

@ -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() {