1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-11 13:53:34 +00:00
Files
browser/src/popup/app/tools/toolsPasswordGeneratorController.js
2016-09-17 18:27:36 -04:00

7 lines
190 B
JavaScript

angular
.module('bit.tools')
.controller('toolsPasswordGeneratorController', function ($scope, $state, $stateParams) {
popupUtils.initListSectionItemListeners();
});