More updates to allow for static snapshotting.

This commit is contained in:
yackob03 2013-10-10 23:42:03 -04:00
parent 785995b473
commit da29da5c66
5 changed files with 25 additions and 7 deletions

View file

@ -91,6 +91,8 @@ function PlansCtrl($scope, UserService, PlanService) {
$('#signinModal').modal({});
}
};
$scope.status = 'ready';
}
function GuideCtrl($scope) {