remove flicker of blankslate on repo page

This commit is contained in:
Brad Rydzewski 2015-07-29 23:50:01 -07:00
parent 18d7f7b241
commit 734cfd25b7

View file

@ -10,8 +10,8 @@
// Gets the currently authenticated user // Gets the currently authenticated user
users.getCached().then(function (payload) { users.getCached().then(function (payload) {
$scope.loading = false;
$scope.user = payload.data; $scope.user = payload.data;
$scope.loading = false;
}); });
// Gets a list of repos to display in the // Gets a list of repos to display in the