This repository has been archived by the owner on Apr 12, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 27.5k
Double Browser History Entry #1054
Comments
this should be fixed in 1.0.1 can you confirm? |
Yes, fixed on angularjs.org 1.0.1. Tested with Chrome and IE9. |
I am seeing this issue in all browsers, and it's a little issue but annoying, as it makes it feel like the back button isn't working. I have tried to debug this myself and I just can't figure out what the problem is... Example:
The only culprit I can think of is $location.path is somehow adding two entries to the history. |
Turns out, having an iFrame in a page will add another entry :) |
@kanwei Did you found a solution to this problem? |
Anyone find a solution to this? I'm seeing this issue now too for an app running within an iframe. Using version 1.2.26. |
@kanwei Did you found a solution to this problem? |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When I go to http://angularjs.org then navigate to the developer guide using the "Develop" menu, I have to press the browser back button twice to get back go the angularjs home page.
Same is probably true if you go to the dev guide through this link: http://docs.angularjs.org/guide/
This also applies to my own project at http://www.sekas.de/ptr/ptr-0.2.1/src/html/ptr.html
The text was updated successfully, but these errors were encountered: