angular/modules/angular2/test
Brian Yarger 995a9e0cf8 fix(router): fix incorrect url param value coercion of 1 to true
seriliazeParams is coercing a value of 1 to true, which causes the value to be completey dropped.
Change the test from double equals to triple equals to prevent this from happening.

Closes #5346

Closes #6286
2016-02-03 15:00:24 +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(Validators): fix Validators.required marking number zero as invalid 2016-02-03 03:34:42 +00:00
compiler chore(core): deactivate the tests that use Dart isolates 2016-01-25 17:20:06 -08:00
core feat(ngFor): add custom trackBy function support 2016-02-03 01:03:31 +00: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 incorrect url param value coercion of 1 to true 2016-02-03 15:00:24 +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 feat(ngFor): add custom trackBy function support 2016-02-03 01:03:31 +00:00