mirror of
https://github.com/bitwarden/browser
synced 2026-01-07 19:13:39 +00:00
pass angular to initListSectionItemListeners util
This commit is contained in:
@@ -4,7 +4,7 @@ angular
|
||||
.controller('settingsAddFolderController', function ($scope, $q, folderService, $state, toastr, utilsService,
|
||||
$analytics) {
|
||||
$scope.folder = {};
|
||||
utilsService.initListSectionItemListeners($(document));
|
||||
utilsService.initListSectionItemListeners($(document), angular);
|
||||
$('#name').focus();
|
||||
|
||||
$scope.savePromise = null;
|
||||
|
||||
Reference in New Issue
Block a user