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