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(calender, timeAgo): automatic update broken #94

Merged
merged 1 commit into from
Oct 6, 2016
Merged

Conversation

urish
Copy link
Owner

@urish urish commented Oct 6, 2016

The updates are done outside the Angular zone, so Angular can't tell it the pipe needs to be updated. Fix by calling markForCheck() inside the NgZone.

The updates are done outside the Angular zone, so Angular can't tell it the pipe needs to be updated. Fix by calling `markForCheck()` inside the NgZone.
@urish urish merged commit e669919 into master Oct 6, 2016
@urish urish deleted the fix-update-issue branch May 3, 2018 19:44
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.

None yet

1 participant