Skip to content

'/' get replaced with %252F in url while reloading $state in angular #2080

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

Closed
Ajeetlakhani opened this issue Jul 5, 2015 · 2 comments
Closed

Comments

@Ajeetlakhani
Copy link

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?

@eddiemonge
Copy link
Contributor

duplicate of #1645 most likely

@vejen001
Copy link

@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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants