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.sent = false;
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
|
$scope.status = 'ready';
|
||||||
};
|
};
|
||||||
|
|
||||||
function PlansCtrl($scope, UserService, PlanService) {
|
function PlansCtrl($scope, UserService, PlanService) {
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
<div class="container signin-container">
|
<div class="container signin-container ready-indicator" data-status="{{ loading ? '' : 'ready' }}">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-sm-6 col-sm-offset-3">
|
<div class="col-sm-6 col-sm-offset-3">
|
||||||
<div class="panel-group" id="accordion">
|
<div class="panel-group" id="accordion">
|
||||||
|
|
Reference in a new issue