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 for glue issues when view is updated from outside with $scope.$apply() #45

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

Conversation

supersnager
Copy link

No description provided.

In some circumstances for example when you use $scope.$apply in promises to update view, scrolling not work.
This fix use timeout to make shure that every changes in view was made before updating activationState and scrolling
@andyskw
Copy link

andyskw commented Mar 23, 2016

Is there any chance for merging in this PR? I am also experiencing the issue, and in case if the PR really solves it, it would be great to see it's changes in a maintenance release!

@oliversalzburg
Copy link
Collaborator

I see that part of this change is already in master. I cherry-picked the rest of this change onto master, but it will break tests.

I would accept a PR that doesn't contain the version number changes and has passing tests.

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.

3 participants