mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 00:33:44 +00:00
moved popup utils to utilsService
This commit is contained in:
@@ -2,13 +2,13 @@
|
||||
.module('bit.tools')
|
||||
|
||||
.controller('toolsPasswordGeneratorController', function ($scope, $state, $stateParams, passwordGenerationService,
|
||||
toastr, $q) {
|
||||
toastr, $q, utilsService) {
|
||||
var addState = $stateParams.addState,
|
||||
editState = $stateParams.editState;
|
||||
|
||||
$scope.showSelect = $stateParams.addState || $stateParams.editState;
|
||||
|
||||
popupUtils.initListSectionItemListeners();
|
||||
utilsService.initListSectionItemListeners($(document));
|
||||
$scope.password = '-';
|
||||
|
||||
$scope.slider = {
|
||||
|
||||
Reference in New Issue
Block a user