refactor(router): remove unused dependencies in ngOutlet

This commit is contained in:
Brian Ford 2015-09-04 12:47:52 -07:00
parent c2a60f1624
commit a443ea64a1
1 changed files with 1 additions and 2 deletions

View File

@ -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 {