mirror of
https://github.com/bitwarden/browser
synced 2025-12-18 09:13:33 +00:00
pass angular to initListSectionItemListeners util
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
else {
|
||||
$('#name').focus();
|
||||
}
|
||||
utilsService.initListSectionItemListeners($(document));
|
||||
utilsService.initListSectionItemListeners($(document), angular);
|
||||
|
||||
$q.when(folderService.getAllDecrypted()).then(function (folders) {
|
||||
$scope.folders = folders;
|
||||
|
||||
Reference in New Issue
Block a user