1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-07-05 12:04:54 +02:00

initListSectionItemListeners for settings features

This commit is contained in:
Kyle Spearrin 2017-11-16 12:42:06 -05:00
parent f73e1f4399
commit cc5c7fb879

View File

@ -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;