diff --git a/public/js/controllers/adminCtrl.js b/public/js/controllers/adminCtrl.js index c9fe8c4492..5145d338c8 100644 --- a/public/js/controllers/adminCtrl.js +++ b/public/js/controllers/adminCtrl.js @@ -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();