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.
|
||||
*/
|
||||
function ngOutletDirective($animate, $injector, $q, $router, $componentMapper, $controller,
|
||||
$$controllerIntrospector, $templateRequest) {
|
||||
function ngOutletDirective($animate, $q, $router, $componentMapper, $controller, $templateRequest) {
|
||||
var rootRouter = $router;
|
||||
|
||||
return {
|
||||
|
|
Loading…
Reference in New Issue