Skip to content

Commit a443ea6

Browse files
committed
refactor(router): remove unused dependencies in ngOutlet
1 parent c2a60f1 commit a443ea6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

modules/angular1_router/src/ng_outlet.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,7 @@ function $$controllerIntrospectorProvider() {
8585
*
8686
* The value for the `ngOutlet` attribute is optional.
8787
*/
88-
function ngOutletDirective($animate, $injector, $q, $router, $componentMapper, $controller,
89-
$$controllerIntrospector, $templateRequest) {
88+
function ngOutletDirective($animate, $q, $router, $componentMapper, $controller, $templateRequest) {
9089
var rootRouter = $router;
9190

9291
return {

0 commit comments

Comments
 (0)