1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-22 03:03:43 +00:00

$inject strings for all controllers/services

This commit is contained in:
Kyle Spearrin
2018-01-15 21:35:09 -05:00
parent 3ec7768a13
commit fda077cccd
27 changed files with 78 additions and 32 deletions

View File

@@ -47,6 +47,9 @@ export class PasswordGeneratorHistoryController {
}
}
PasswordGeneratorHistoryController.$inject = ['$state', 'passwordGenerationService', 'toastr', '$analytics',
'i18nService'];
export const PasswordGeneratorHistoryComponent = {
bindings: {
$transition$: '<',