Skip to content

Commit

Permalink
chore(1.x): remove unused dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
btford committed Mar 27, 2015
1 parent 1a358a9 commit 597a48c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/router-directive.es5.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ function routerFactory($$rootRouter, $rootScope, $location, $$grammar, $controll
*
* The value for the `ngViewport` attribute is optional.
*/
function ngViewportDirective($animate, $compile, $controller, $templateRequest, $rootScope, $location, $componentLoader, $router) {
function ngViewportDirective($animate, $compile, $controller, $templateRequest, $location, $componentLoader, $router) {
var rootRouter = $router;

return {
Expand Down

0 comments on commit 597a48c

Please sign in to comment.