-
-
Notifications
You must be signed in to change notification settings - Fork 131
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
docs(cookbook): add sample for externally provided model #527
base: master
Are you sure you want to change the base?
docs(cookbook): add sample for externally provided model #527
Conversation
table: null, | ||
rows: A([]), | ||
|
||
didReceiveAttrs: diffAttrs('model', function(changedAttrs, ...args) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Might be worth switching to ember-did-change-attrs at some point but didn't now since it's still a WIP.
I don't think you want this example to set It's likely people will want to reuse the component they create with an external data source in more than one place across their application. Setting it this way will make |
@buschtoens |
Closes #450