-
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
Hash and view is not sync when pressing on back button #2723
Milestone
Comments
This was referenced May 2, 2016
If we enable transition trace
So here's what I think is happening:
|
hi, beta-1.0 still have this problems when change state inside $transition onStart hook function, any solutions? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi guys,
I have came across this issue while trying to create a auth interceptor. Here is the use case.
Flow:
Expected behaviour:
User should not be able to navigate to the state 1
URL should not update to state 1 url.
What really happens:
User cannot navigate to state 1
URL has been update to state 1 url.
Here is a small App which replicate the issue. Please see the console log which output the current Hash
Example
The text was updated successfully, but these errors were encountered: