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
I have url something like this
www.example.com/variable1/variable2
but when i apply
$state.reload(); or $state.go($state.current,{},reload:true);
The forward slash get replaced with %252 and url becomes
www.example.com/variable1%252Fvariable2
why it is happening and what can be the solution for this?
The text was updated successfully, but these errors were encountered:
duplicate of #1645 most likely
Sorry, something went wrong.
@Ajeetlakhani I face the same issue, Were you able to figure out the fix for this? BTW which version of ui-router are you using?
No branches or pull requests
I have url something like this
www.example.com/variable1/variable2
but when i apply
$state.reload(); or
$state.go($state.current,{},reload:true);
The forward slash get replaced with %252 and url becomes
www.example.com/variable1%252Fvariable2
why it is happening and what can be the solution for this?
The text was updated successfully, but these errors were encountered: