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 a bug where source changes but filter doesn't get updated #331

Merged
merged 2 commits into from
Apr 28, 2017
Merged

Fix a bug where source changes but filter doesn't get updated #331

merged 2 commits into from
Apr 28, 2017

Conversation

Deilan
Copy link
Contributor

@Deilan Deilan commented Apr 28, 2017

Replaced ngAfterViewInit with onChanges since ngAfterViewInit is redundant because ViewChildren is not declared nor queried. And a bit of subscription management (unsubscribe from the previous source before subscribing to the new).

Similar to #330 and #329.

@Deilan Deilan changed the title Fix a bug where source changes but filters doesn't get updated Fix a bug where source changes but filter doesn't get updated Apr 28, 2017
@lexzhukov lexzhukov merged commit c48818f into akveo:master Apr 28, 2017
@lexzhukov
Copy link
Contributor

@Deilan thanks for your PRs 👍

@Deilan Deilan deleted the fix-filter-source-changes branch April 28, 2017 11:09
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.

2 participants