refactor(router): remove unused dependencies in ngOutlet
This commit is contained in:
parent
c2a60f1624
commit
a443ea64a1
3
modules/angular1_router/src/ng_outlet.js
vendored
3
modules/angular1_router/src/ng_outlet.js
vendored
@ -85,8 +85,7 @@ function $$controllerIntrospectorProvider() {
|
||||
*
|
||||
* The value for the `ngOutlet` attribute is optional.
|
||||
*/
|
||||
function ngOutletDirective($animate, $injector, $q, $router, $componentMapper, $controller,
|
||||
$$controllerIntrospector, $templateRequest) {
|
||||
function ngOutletDirective($animate, $q, $router, $componentMapper, $controller, $templateRequest) {
|
||||
var rootRouter = $router;
|
||||
|
||||
return {
|
||||
|
Loading…
x
Reference in New Issue
Block a user