Lines Matching refs:roleGroups
10 scope: {roleGroups: '=', enabled: '=', roleGroupType: '='},
51 const roleGroups = $scope.roleGroups;
54 data[roleGroupType]['RemoteRoleMapping'] = roleGroups;
55 data[roleGroupType]['RemoteRoleMapping'][roleGroups.length] =
83 const roleGroups = $scope.roleGroups;
87 data[roleGroupType]['RemoteRoleMapping'] = roleGroups;
114 const roleGroups = $scope.roleGroups;
118 data[roleGroupType]['RemoteRoleMapping'] = roleGroups;
144 $scope.roleGroups.forEach(group => {
155 const roleGroups = $scope.roleGroups;
159 roleGroups.map((group) => {
185 $scope.roleGroups.forEach((group) => {
191 $scope.all = $scope.roleGroups.every((group) => {