mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-23 11:56:00 +01:00
remove unused $rootScope
This commit is contained in:
parent
304183aad8
commit
51ba1c7fb9
@ -1,7 +1,7 @@
|
|||||||
angular
|
angular
|
||||||
.module('bit.current')
|
.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) {
|
autofillService, $analytics, i18nService) {
|
||||||
$scope.i18n = i18nService;
|
$scope.i18n = i18nService;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user