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