1
0
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:
Kyle Spearrin
2016-09-29 17:57:56 -04:00
parent 7cc2961b23
commit 0b8ff4499f
10 changed files with 10 additions and 10 deletions

View File

@@ -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;