Skip to content
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

fix(animation): _beforeRead/Write is always called #9033

Merged
merged 1 commit into from
Nov 14, 2016

Conversation

manucorporat
Copy link
Contributor

@manucorporat manucorporat commented Nov 4, 2016

Short description of what this resolves:

Changes proposed in this pull request:

Ionic Version: 1.x / 2.x

Fixes: #

A very short animation could actually call didFinish before _beforeReadFn() since the animation is invalidated once it finishes
_beforeReadFn is never called.

NavigationController depends on this behavior to work properly.

Fixes #8842

@adamdbradley adamdbradley merged commit d9e9ece into ionic-team:master Nov 14, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

bug: ionViewWillEnter not fired after pop
3 participants