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

onReloadContent callback does not seem to trigger when notifyPropertyChange() is called #122

Open
dipeshpp opened this issue Feb 21, 2018 · 3 comments

Comments

@dipeshpp
Copy link

I have included this.set('externalFilters', someValue); this.notifyPropertyChange(); in a function in the actions hash.

I suspect I am not doing this properly. On what object should notifyPropertyChange() be called?

@michaelmcauley
Copy link
Contributor

@dipeshpp You should call this.notifyPropertyChange('externalFilters'). If that doesn't work, please let me know and I'll do my best to help troubleshoot.

@dipeshpp
Copy link
Author

Nope, that doesn't work either. Also, I couldn't find any function called notifyPropertyChange in the fixtable-ember source-code.

@smargovsky
Copy link
Contributor

@dipeshpp notifyPropertyChange is in Ember source

Could you post your code or create a twiddle so we can help further?

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

No branches or pull requests

3 participants