refactor(router): remove unused Pipeline

This commit is contained in:
Brian Ford
2015-08-24 14:39:54 -07:00
parent cac25fe003
commit d2458866c1
9 changed files with 18 additions and 70 deletions

View File

@ -75,7 +75,7 @@ function main() {
"}",
"});",
"var router = new RootRouter(registry, undefined, location, new Object());",
"var router = new RootRouter(registry, location, new Object());",
"$rootScope.$watch(function () { return $location.path(); }, function (path) {",
"if (router.lastNavigationAttempt !== path) {",
"router.navigateByUrl(path);",