mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 07:43:35 +00:00
initListSectionItemListeners for settings features
This commit is contained in:
@@ -1,8 +1,12 @@
|
||||
angular
|
||||
angular
|
||||
.module('bit.settings')
|
||||
|
||||
.controller('settingsFeaturesController', function ($scope, i18nService, $analytics, constantsService, utilsService,
|
||||
totpService, stateService, $timeout) {
|
||||
$timeout(function () {
|
||||
utilsService.initListSectionItemListeners(document, angular);
|
||||
}, 500);
|
||||
|
||||
$scope.i18n = i18nService;
|
||||
$scope.disableGa = false;
|
||||
$scope.disableAddLoginNotification = false;
|
||||
|
||||
Reference in New Issue
Block a user