fix(router): fix incorrect url param value coercion of 1 to true#6286
fix(router): fix incorrect url param value coercion of 1 to true#6286bkyarger wants to merge 1 commit intoangular:masterfrom
Conversation
c2120c9 to
1167a07
Compare
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 angular#5346
1167a07 to
7483a52
Compare
|
Merging PR #6286 on behalf of @alexeagle to branch presubmit-alexeagle-pr-6286. |
|
Thanks @alexeagle |
|
User @petebacondarwin does not have PR merging privileges. |
|
Agh! The original merge attempt by @alexeagle failed because the PR needed a rebase. |
|
Merging PR #6286 on behalf of @alexeagle to branch presubmit-alexeagle-pr-6286. |
|
Merging PR #6286 on behalf of @alexeagle to branch presubmit-alexeagle-pr-6286. |
|
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
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