1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-13 23:03:32 +00:00

setup and stub out password generator page

This commit is contained in:
Kyle Spearrin
2016-09-17 18:27:36 -04:00
parent 36b580d60a
commit d0ca428d90
9 changed files with 138 additions and 35 deletions

View File

@@ -0,0 +1,6 @@
angular
.module('bit.tools')
.controller('toolsPasswordGeneratorController', function ($scope, $state, $stateParams) {
popupUtils.initListSectionItemListeners();
});