mirror of
https://github.com/bitwarden/browser
synced 2025-12-11 05:43:41 +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',
|
||||
'$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: {},
|
||||
|
||||
Reference in New Issue
Block a user