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

View file

@ -1,4 +1,4 @@
<div class="container plans">
<div class="container plans ready-indicator" data-status="{{ status }}">
<div class="callout">
Plans &amp; Pricing
</div>

View file

@ -2,7 +2,7 @@
<i class="icon-spinner icon-spin icon-3x"></i>
</div>
<div class="container" ng-show="!loading">
<div class="container ready-indicator" ng-show="!loading" data-status="{{ loading ? '' : 'ready' }}">
<div class="repo-list" ng-show="!user.anonymous">
<h3>Your Repositories</h3>
<div ng-show="private_repositories.length > 0">