We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Create a state with url parameter
.state('test', { url: 'test?param', ... })
open url with this parameter equal slash: "http://localhost:port/test?param=/" Url is being changed to "http://localhost:port/test?param=%252F" Url parameter is being escaped twice in UrlMatcher.prototype.format
This also leads to events firing and controller execution twice.
The text was updated successfully, but these errors were encountered:
this is a duplicate. i know this is bad but im not sure which issue but a quick search should turn it up
Sorry, something went wrong.
Sorry, but I can't find a duplicating issue. Could you please give a link to it?
I can't either. where did it go?
Oh. I used #1645 as the main. #1973 is a direct duplicate
No branches or pull requests
Create a state with url parameter
open url with this parameter equal slash: "http://localhost:port/test?param=/"
Url is being changed to "http://localhost:port/test?param=%252F"
Url parameter is being escaped twice in UrlMatcher.prototype.format
This also leads to events firing and controller execution twice.
The text was updated successfully, but these errors were encountered: