1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 00:33:44 +00:00

formatting

This commit is contained in:
Kyle Spearrin
2016-09-22 13:15:42 -04:00
parent a57897b0c7
commit f28b690a2a
15 changed files with 57 additions and 45 deletions

View File

@@ -1,7 +1,8 @@
angular
.module('bit.tools')
.controller('toolsPasswordGeneratorController', function ($scope, $state, $stateParams, passwordGenerationService, toastr, $q) {
.controller('toolsPasswordGeneratorController', function ($scope, $state, $stateParams, passwordGenerationService,
toastr, $q) {
var addState = $stateParams.addState,
editState = $stateParams.editState;