1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-10-20 07:40:57 +02:00
bitwarden-browser/src/popup/app/tools/toolsPasswordGeneratorController.js

7 lines
190 B
JavaScript
Raw Normal View History

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