mirror of
https://github.com/bitwarden/browser
synced 2025-12-13 06:43:35 +00:00
format injects
This commit is contained in:
@@ -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: {},
|
||||||
|
|||||||
Reference in New Issue
Block a user