mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-04 09:39:23 +00:00
admin: refresh contrib list when saving a member
This commit is contained in:
parent
b762ecba81
commit
b9d3b3a1a7
1 changed files with 1 additions and 0 deletions
|
|
@ -13,6 +13,7 @@ habitrpg.controller("AdminCtrl", ['$scope', '$rootScope', 'User', 'Notification'
|
|||
Notification.text("User updated");
|
||||
$scope.profile = undefined;
|
||||
$scope._uuid = undefined;
|
||||
$scope.contributors = Contributor.query();
|
||||
})
|
||||
}
|
||||
$scope.contributors = Contributor.query();
|
||||
|
|
|
|||
Loading…
Reference in a new issue