Allow the signin page to be snapshotted.

This commit is contained in:
yackob03 2013-10-20 13:54:00 -04:00
parent 1ffd4b0bfb
commit b2315a4331
2 changed files with 3 additions and 1 deletions

View file

@ -142,6 +142,8 @@ function SigninCtrl($scope, $location, $timeout, Restangular, KeyService, UserSe
$scope.sent = false;
});
};
$scope.status = 'ready';
};
function PlansCtrl($scope, UserService, PlanService) {

View file

@ -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="col-sm-6 col-sm-offset-3">
<div class="panel-group" id="accordion">