1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-07-12 13:15:33 +02:00

remove unused $rootScope

This commit is contained in:
Kyle Spearrin 2016-12-27 00:01:37 -05:00
parent 304183aad8
commit 51ba1c7fb9

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;