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