ember-model
ember-model copied to clipboard
HasMany improvements
- Setting a has many array with the same array must not trigger its observers
- Loading collections with same element twice must not trigger observers
We solved this issues in our fork to avoid a huge Ember component from being re-drawn and also prevents the collections from being dirty when there have been no changes, which means less http requests.
Thanks for the lib!
Any way this can be reviewed?