diff --git a/src/popup/app/current/currentController.js b/src/popup/app/current/currentController.js index 2df4dcbecb..43c6183be1 100644 --- a/src/popup/app/current/currentController.js +++ b/src/popup/app/current/currentController.js @@ -1,7 +1,7 @@ angular .module('bit.current') - .controller('currentController', function ($scope, $rootScope, siteService, tldjs, toastr, $q, $window, $state, $timeout, + .controller('currentController', function ($scope, siteService, tldjs, toastr, $q, $window, $state, $timeout, autofillService, $analytics, i18nService) { $scope.i18n = i18nService;