mirror of
https://github.com/bitwarden/web
synced 2026-01-06 18:43:18 +00:00
do api calls on viewContentLoaded
This commit is contained in:
@@ -3,7 +3,9 @@
|
||||
|
||||
.controller('organizationPeopleController', function ($scope, $state, $uibModal, cryptoService, apiService, toastr) {
|
||||
$scope.users = [];
|
||||
loadList();
|
||||
$scope.$on('$viewContentLoaded', function () {
|
||||
loadList();
|
||||
});
|
||||
|
||||
$scope.confirm = function (user) {
|
||||
apiService.users.getPublicKey({ id: user.userId }, function (userKey) {
|
||||
|
||||
Reference in New Issue
Block a user