refactor(router): remove unused Pipeline
This commit is contained in:
2
modules/angular1_router/build.js
vendored
2
modules/angular1_router/build.js
vendored
@ -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);",
|
||||
|
Reference in New Issue
Block a user