mirror of
https://github.com/bitwarden/browser.git
synced 2025-01-26 22:01:32 +01:00
initListSectionItemListeners for settings features
This commit is contained in:
parent
f73e1f4399
commit
cc5c7fb879
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user