mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 08:43:33 +00:00
pass angular to initListSectionItemListeners util
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
.controller('accountsLoginController', function ($scope, $state, $stateParams, loginService, userService, toastr,
|
||||
utilsService, $analytics) {
|
||||
utilsService.initListSectionItemListeners($(document));
|
||||
utilsService.initListSectionItemListeners($(document), angular);
|
||||
|
||||
if ($stateParams.email) {
|
||||
$('#master-password').focus();
|
||||
|
||||
Reference in New Issue
Block a user