mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 08:13:42 +00:00
pass angular to initListSectionItemListeners util
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
.controller('accountsLoginTwoFactorController', function ($scope, $state, loginService, toastr, utilsService,
|
||||
$analytics) {
|
||||
$scope.model = {};
|
||||
utilsService.initListSectionItemListeners($(document));
|
||||
utilsService.initListSectionItemListeners($(document), angular);
|
||||
$('#code').focus();
|
||||
|
||||
$scope.loginPromise = null;
|
||||
|
||||
Reference in New Issue
Block a user