format injects

This commit is contained in:
Kyle Spearrin 2018-01-15 20:31:10 -05:00
parent 0bfd4329b0
commit 3ec7768a13
2 changed files with 3 additions and 5 deletions

View File

@ -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: {

View File

@ -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: {},