mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 16:53:34 +00:00
moved popup utils to utilsService
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
angular
|
||||
.module('bit.accounts')
|
||||
|
||||
.controller('accountsHintController', function ($scope, $state, apiService, toastr, $q) {
|
||||
.controller('accountsHintController', function ($scope, $state, apiService, toastr, $q, utilsService) {
|
||||
$scope.model = {};
|
||||
|
||||
popupUtils.initListSectionItemListeners();
|
||||
utilsService.initListSectionItemListeners($(document));
|
||||
$('#email').focus();
|
||||
|
||||
$scope.submitPromise = null;
|
||||
|
||||
Reference in New Issue
Block a user