From 51ba1c7fb9aa879a297f6661c3315e855374c8db Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Tue, 27 Dec 2016 00:01:37 -0500 Subject: [PATCH] remove unused $rootScope --- src/popup/app/current/currentController.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;