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

Commit

Permalink
refactor($rootScope): remove unused dependency
Browse files Browse the repository at this point in the history
Removed unused dependency

Closes #13102
  • Loading branch information
lgalfaso committed Oct 16, 2015
1 parent 469b14a commit ad4296d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ng/rootScope.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ function $RootScopeProvider() {
return ChildScope;
}

this.$get = ['$injector', '$exceptionHandler', '$parse', '$browser',
function($injector, $exceptionHandler, $parse, $browser) {
this.$get = ['$exceptionHandler', '$parse', '$browser',
function($exceptionHandler, $parse, $browser) {

function destroyChildScope($event) {
$event.currentScope.$$destroyed = true;
Expand Down

0 comments on commit ad4296d

Please sign in to comment.