-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
query params with '/' cause state to load twice #2172
Comments
I'll throw onto this issue some sample output from that plunkr. I am in the Foo state.
Note that on the second attempt, it navigates to some URI-encoded version of the Bar state. I am in the [URI-encoded version of the] Bar state.
Curiouser and curiouser. |
I can confirm this issue appeared in 0.2.15. We had to revert to 0.2.14 for now. |
Is there an ETA for a fix on this issue? |
I am also experiencing this issue. |
Closes angular-ui#2339 Closes angular-ui#2172 Closes angular-ui#2250 Closes angular-ui#1119
This is an issue that appears to only affect 0.2.15.
When the ui-sref directive passes a query param containing a slash, the controller fires twice. The second time the stateParam has the slashes escaped.
Compare the "foo" and "bar" states in this plunker:
http://plnkr.co/edit/IbksnWfy6pY3ipl7S3Qp?p=preview
The text was updated successfully, but these errors were encountered: