[KEYCLOAK-10018] Fix inject component utils
This commit is contained in:
parent
36c47e7491
commit
60f2853d44
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
module.controller('UserRoleMappingCtrl', function($scope, $http, realm, user, clients, client, Notifications, RealmRoleMapping,
|
||||
ClientRoleMapping, AvailableRealmRoleMapping, AvailableClientRoleMapping,
|
||||
CompositeRealmRoleMapping, CompositeClientRoleMapping, ComponentUtils) {
|
||||
CompositeRealmRoleMapping, CompositeClientRoleMapping) {
|
||||
$scope.realm = realm;
|
||||
$scope.user = user;
|
||||
$scope.selectedRealmRoles = [];
|
||||
|
@ -933,7 +933,7 @@ function removeGroupMember(groups, member) {
|
|||
}
|
||||
}
|
||||
|
||||
module.controller('UserGroupMembershipCtrl', function($scope, $q, realm, user, UserGroupMembership, UserGroupMembershipCount, UserGroupMapping, Notifications, Groups, GroupsCount) {
|
||||
module.controller('UserGroupMembershipCtrl', function($scope, $q, realm, user, UserGroupMembership, UserGroupMembershipCount, UserGroupMapping, Notifications, Groups, GroupsCount, ComponentUtils) {
|
||||
$scope.realm = realm;
|
||||
$scope.user = user;
|
||||
$scope.groupList = [];
|
||||
|
|
Loading…
Reference in a new issue