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