@@ -180,7 +180,7 @@ module.controller('users.UserSearchController', [
180180] ) ;
181181
182182module . controller ( 'users.UserEditDialogController' , [
183- '$scope' , '$rootScope' , '$modalInstance ' , 'UserService' , 'Alert' , 'user' ,
183+ '$scope' , '$rootScope' , '$uibModalInstance ' , 'UserService' , 'Alert' , 'user' ,
184184 function ( $scope , $rootScope , $modalInstance , $userService , $alert , user ) {
185185
186186 $scope . user = user ;
@@ -269,7 +269,7 @@ module.controller('users.UserEditDialogController', [
269269] ) ;
270270
271271module . controller ( 'users.StatusUpdateDialogController' , [
272- '$scope' , '$rootScope' , '$modalInstance ' , 'UserService' , 'users.Constants' , 'Alert' , 'user' ,
272+ '$scope' , '$rootScope' , '$uibModalInstance ' , 'UserService' , 'users.Constants' , 'Alert' , 'user' ,
273273 function ( $scope , $rootScope , $modalInstance , $userService , $const , $alert , user ) {
274274
275275 $scope . form = {
@@ -312,7 +312,7 @@ module.controller('users.StatusUpdateDialogController', [
312312] ) ;
313313
314314module . controller ( 'users.StatusHistoryDialogController' , [
315- '$scope' , '$rootScope' , '$modalInstance ' , 'UserService' , 'users.Constants' , 'Alert' , 'user' ,
315+ '$scope' , '$rootScope' , '$uibModalInstance ' , 'UserService' , 'users.Constants' , 'Alert' , 'user' ,
316316 function ( $scope , $rootScope , $modalInstance , $userService , $const , $alert , user ) {
317317
318318 $scope . init = function ( ) {
0 commit comments