-
Notifications
You must be signed in to change notification settings - Fork 60
string parameters are url encoding issue #534
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
Comments
Same issue here. Interesting that with AngularJS bindings I didn't encountered this issue, but when I switched to Angular (current one) it appeared (they both should use the same version of Related issue in |
I work with Angular (not AngularJs) so i didn't aware of this, Maybe angularjs does something special to urls itself, like to urldecode automatically. |
This issue has been automatically marked as stale because it has not had This does not mean that the issue is invalid. Valid issues Thank you for your contributions. |
FYI this was fixed in |
The value of any parameter is urlencoded to the route, but it isn't urldecoded when converted back to parameter, this causes the engine detect it as changed and it causes a navigation.
format()
exec()
I think this would be solved change the exec() to something like this:
The text was updated successfully, but these errors were encountered: