mirror of
https://github.com/harness/drone.git
synced 2025-05-07 00:50:50 +08:00
remove flicker of blankslate on repo page
This commit is contained in:
parent
18d7f7b241
commit
734cfd25b7
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user