remove unused $rootScope

This commit is contained in:
Kyle Spearrin 2016-12-27 00:01:37 -05:00
parent 304183aad8
commit 51ba1c7fb9
1 changed files with 1 additions and 1 deletions

View File

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