angular-cn/modules
David Reher 6f1ef33e32 fix(router): fix url path for star segment in path recognizer
Url path of star segments should equal the original path.

If you register the route `/app/*location` and invoke a url like `/app/foo/bar`
the PathRecognizer should return a url path equal to the invoked url.

Before this patch, everything after `foo` was ignored, which resulted in a
redirect to `/app/foo` which was probably not intended (at least in the angular
1.5 component router).

Closes #6976
2016-02-09 21:45:06 +00:00
..
angular1_router style(angular1_router): license year updated 2016-02-08 17:21:00 -08:00
angular2 fix(router): fix url path for star segment in path recognizer 2016-02-09 21:45:06 +00:00
angular2_material revert: feat(transformers): collect information about di dependencies and providers 2016-02-08 12:15:03 -08:00
benchmarks fix(web_workers): support @AngularEntrypoint in web workers 2016-01-13 17:55:01 +00:00
benchmarks_external fix(web_workers): support @AngularEntrypoint in web workers 2016-01-13 17:55:01 +00:00
benchpress fix(benchpress): fix flake 2016-01-04 19:25:32 +00:00
payload_tests/hello_world/ts chore: track size of a "Hello world" app built with SystemJS 2016-01-26 02:54:03 +00:00
playground chore(typings): use mainline DefinitelyTyped repo rather than a fork. 2016-02-04 22:42:40 +00:00