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('accountsRegisterController', function ($scope, $state, cryptoService, toastr, $q, apiService, utilsService,
|
||||
$analytics) {
|
||||
$scope.model = {};
|
||||
utilsService.initListSectionItemListeners($(document));
|
||||
utilsService.initListSectionItemListeners($(document), angular);
|
||||
$('#email').focus();
|
||||
|
||||
$scope.submitPromise = null;
|
||||
|
||||
Reference in New Issue
Block a user