Skip to content
This repository has been archived by the owner on Feb 22, 2018. It is now read-only.

Bugfix for router preleave and browser back/foward interaction #99

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

zelamngo
Copy link

@zelamngo zelamngo commented May 5, 2015

Bugfix for router when back button is pressed, caught and canceled, it should do a window.history.forward() instead of back()

Review on Reviewable

…t should do a window.history.forward() instead of back()
_window.history.forward();
}
}
_historyLength = _window.history.length;
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

syntax error

zelam added 5 commits May 6, 2015 08:31
Browser history limits at 50, where we change strategy to window.location.replace. Will destroy history data, but better than recursive backing.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants