Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit ad4296d

Browse files
committed
refactor($rootScope): remove unused dependency
Removed unused dependency Closes #13102
1 parent 469b14a commit ad4296d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ng/rootScope.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,8 @@ function $RootScopeProvider() {
9494
return ChildScope;
9595
}
9696

97-
this.$get = ['$injector', '$exceptionHandler', '$parse', '$browser',
98-
function($injector, $exceptionHandler, $parse, $browser) {
97+
this.$get = ['$exceptionHandler', '$parse', '$browser',
98+
function($exceptionHandler, $parse, $browser) {
9999

100100
function destroyChildScope($event) {
101101
$event.currentScope.$$destroyed = true;

0 commit comments

Comments
 (0)