format injects
This commit is contained in:
parent
0bfd4329b0
commit
3ec7768a13
|
@ -45,8 +45,7 @@ export class ActionButtonsController implements ng.IController {
|
|||
}
|
||||
|
||||
|
||||
ActionButtonsController.$inject = ['i18nService', '$analytics', 'constantsService', 'toastr',
|
||||
'$timeout', '$window'];
|
||||
ActionButtonsController.$inject = ['i18nService', '$analytics', 'constantsService', 'toastr', '$timeout', '$window'];
|
||||
|
||||
export const ActionButtonsComponent = {
|
||||
bindings: {
|
||||
|
|
|
@ -174,9 +174,8 @@ export class CurrentController {
|
|||
}
|
||||
}
|
||||
|
||||
CurrentController.$inject = ['$scope', 'cipherService', 'platformUtilsService', 'utilsService',
|
||||
'toastr', '$window', '$state', '$timeout', 'autofillService', '$analytics', 'i18nService',
|
||||
'$filter'];
|
||||
CurrentController.$inject = ['$scope', 'cipherService', 'platformUtilsService', 'utilsService', 'toastr', '$window',
|
||||
'$state', '$timeout', 'autofillService', '$analytics', 'i18nService', '$filter'];
|
||||
|
||||
export const CurrentComponent = {
|
||||
bindings: {},
|
||||
|
|
Loading…
Reference in New Issue