mirror of
https://github.com/bitwarden/browser
synced 2025-12-22 11:13:46 +00:00
pass angular to initListSectionItemListeners util
This commit is contained in:
@@ -42,7 +42,7 @@ function initUtilsService() {
|
||||
return this.getBrowser() === 'opera';
|
||||
}
|
||||
|
||||
UtilsService.prototype.initListSectionItemListeners = function (doc) {
|
||||
UtilsService.prototype.initListSectionItemListeners = function (doc, angular) {
|
||||
if (!doc) {
|
||||
throw 'doc parameter required';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user