1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-21 02:33:46 +00:00

[Typescript] Convert password generator (#366)

* Convert password generator to typescript.

* Misc cleanup.
This commit is contained in:
Oscar Hinton
2017-11-09 21:33:51 +01:00
committed by Kyle Spearrin
parent 63af729b50
commit bcf0f19aa2
6 changed files with 173 additions and 148 deletions

View File

@@ -167,8 +167,7 @@ angular
.state('passwordGenerator', {
url: '/password-generator',
template: require('./tools/views/toolsPasswordGenerator.html'),
controller: 'toolsPasswordGeneratorController',
component: 'passwordGenerator',
data: { authorize: true },
params: { animation: null, addState: null, editState: null }
})