Merge branch 'prerender'

This commit is contained in:
yackob03 2013-10-11 01:17:33 -04:00
commit 3f4d49213c
14 changed files with 179 additions and 6 deletions

View file

@ -91,9 +91,12 @@ function PlansCtrl($scope, UserService, PlanService) {
$('#signinModal').modal({});
}
};
$scope.status = 'ready';
}
function GuideCtrl($scope, Restangular) {
function GuideCtrl($scope) {
$scope.status = 'ready';
}
function RepoListCtrl($scope, Restangular, UserService) {
@ -194,6 +197,8 @@ function LandingCtrl($scope, $timeout, Restangular, UserService, KeyService) {
$scope.loadingmyrepos = false;
});
};
$scope.status = 'ready';
}
function RepoCtrl($scope, Restangular, $routeParams, $rootScope) {