angular/modules/angular2/src
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(async): handle synchronous initial value in async pipe 2016-02-03 03:56:52 +00:00
compiler fix(ddc): router, compiler, web worker fixes for DDC 2016-01-27 02:30:20 +00:00
core style(ReflectionCapabilities) _zipTypesAndAnnotations, not _zipTypesAndAnnotaions 2016-02-03 03:57:06 +00:00
facade feat(change_detection): allow all legal programs in the dev mode 2016-01-26 21:01:19 -08:00
http fix(Headers): serializable toJSON 2016-02-03 14:03:01 +00:00
mock fix(router): export ROUTER_LINK_DSL_PROVIDER and hide MockPopStateEvent 2015-12-15 09:45:00 -08: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
testing feat(debug): replace DebugElement with new Debug DOM 2016-01-29 11:28:10 -08:00
transform/template_compiler chore(core): move compiler out of core 2015-11-05 14:44:52 -08: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