Allow the signin page to be snapshotted.
This commit is contained in:
parent
1ffd4b0bfb
commit
b2315a4331
2 changed files with 3 additions and 1 deletions
|
@ -142,6 +142,8 @@ function SigninCtrl($scope, $location, $timeout, Restangular, KeyService, UserSe
|
|||
$scope.sent = false;
|
||||
});
|
||||
};
|
||||
|
||||
$scope.status = 'ready';
|
||||
};
|
||||
|
||||
function PlansCtrl($scope, UserService, PlanService) {
|
||||
|
|
Reference in a new issue