angular-cn/modules/angular2/test
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
..
animate Revert "fix(animate): ensure transition properties are removed once the animation is over" 2015-12-11 13:13:11 -08:00
common fix(forms): add support for radio buttons 2016-02-09 19:47:50 +00:00
compiler fix(compiler): use event names for matching directives 2016-02-09 13:16:08 -08:00
core fix(compiler): use event names for matching directives 2016-02-09 13:16:08 -08:00
facade docs: fix some typos in comments and strings 2015-12-17 22:57:43 +00:00
http fix(Headers): serializable toJSON 2016-02-03 14:03:01 +00:00
mock docs: fix some typos in comments and strings 2015-12-17 22:57:43 +00:00
platform feat(debug): replace DebugElement with new Debug DOM 2016-01-29 11:28:10 -08:00
router fix(router): fix url path for star segment in path recognizer 2016-02-09 21:45:06 +00:00
symbol_inspector fix(public_spec): check exports of barrels instead of angular2/angular2 2015-12-11 13:05:52 -08:00
testing chore(ci): deflake test and turn on saucelabs_required 2016-01-28 03:18:08 +00:00
upgrade feat(upgrade): support bindToController with binding definitions 2016-02-02 13:27:22 -08:00
web_workers feat(debug): replace DebugElement with new Debug DOM 2016-01-29 11:28:10 -08:00
dev_mode_spec.ts test: add a test verifying that the tests are run in the checked mode 2015-12-02 11:29:11 -08:00
public_api_spec.ts fix(forms): add support for radio buttons 2016-02-09 19:47:50 +00:00