mirror of
https://github.com/bitwarden/browser
synced 2025-12-12 22:33:35 +00:00
remove unused $rootScope
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user