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