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',
|
ActionButtonsController.$inject = ['i18nService', '$analytics', 'constantsService', 'toastr', '$timeout', '$window'];
|
||||||
'$timeout', '$window'];
|
|
||||||
|
|
||||||
export const ActionButtonsComponent = {
|
export const ActionButtonsComponent = {
|
||||||
bindings: {
|
bindings: {
|
||||||
|
|
|
@ -174,9 +174,8 @@ export class CurrentController {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
CurrentController.$inject = ['$scope', 'cipherService', 'platformUtilsService', 'utilsService',
|
CurrentController.$inject = ['$scope', 'cipherService', 'platformUtilsService', 'utilsService', 'toastr', '$window',
|
||||||
'toastr', '$window', '$state', '$timeout', 'autofillService', '$analytics', 'i18nService',
|
'$state', '$timeout', 'autofillService', '$analytics', 'i18nService', '$filter'];
|
||||||
'$filter'];
|
|
||||||
|
|
||||||
export const CurrentComponent = {
|
export const CurrentComponent = {
|
||||||
bindings: {},
|
bindings: {},
|
||||||
|
|
Loading…
Reference in New Issue