angular-cn/modules/angular2/test
Brian Ford b2bc50dbd1 fix(router): correctly sort route matches with children by specificity
This changes the way we calculate specificity. Instead of using a number,
we use a string, so that combining specificity across parent-child instructions
becomes a matter of concatenating them

Fixes #5848

Closes #6011
2015-12-21 10:38:13 +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 feat: camelCase Angular (kebab-case removal) 2015-12-09 19:59:40 -08:00
compiler docs: fix some typos in comments and strings 2015-12-17 22:57:43 +00:00
core feat(core): improve NoAnnotationError message 2015-12-17 23:37:54 +00:00
facade docs: fix some typos in comments and strings 2015-12-17 22:57:43 +00:00
http refactor(http): rename enums to be singular 2015-12-04 19:16:00 +00:00
mock docs: fix some typos in comments and strings 2015-12-17 22:57:43 +00:00
platform feat(core): enable dev mode by default 2015-12-15 08:34:44 -08:00
router fix(router): correctly sort route matches with children by specificity 2015-12-21 10:38:13 +00:00
symbol_inspector fix(public_spec): check exports of barrels instead of angular2/angular2 2015-12-11 13:05:52 -08:00
testing refactor(testing): reenable injectAsync checking for return value 2015-12-15 05:51:54 +00:00
upgrade docs: fix some typos in comments and strings 2015-12-17 22:57:43 +00:00
web_workers refactor(testing): move common testing logic into test_injector 2015-12-18 08:23:29 +00: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 feat(core): enable dev mode by default 2015-12-15 08:34:44 -08:00