You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I define a parameter in the url and state that squash is true for it, it will ignore slashes and think that things after the id.
I want /test to be the url for the state. However, if squash is true, then it will also match /test123 and use 123 as the id. It should not match the state.
If I define a parameter in the url and state that squash is true for it, it will ignore slashes and think that things after the id.
I want
/test
to be the url for the state. However, if squash is true, then it will also match/test123
and use 123 as the id. It should not match the state.http://plnkr.co/edit/oIdIw3ntlqUpzHxhTWQe?p=preview
Example of the bug: http://run.plnkr.co/y1ii0hP2lnbQ3DLC/#/test123
The text was updated successfully, but these errors were encountered: