More updates to allow for static snapshotting.
This commit is contained in:
parent
785995b473
commit
da29da5c66
5 changed files with 25 additions and 7 deletions
|
@ -91,6 +91,8 @@ function PlansCtrl($scope, UserService, PlanService) {
|
|||
$('#signinModal').modal({});
|
||||
}
|
||||
};
|
||||
|
||||
$scope.status = 'ready';
|
||||
}
|
||||
|
||||
function GuideCtrl($scope) {
|
||||
|
|
Reference in a new issue