ebryn / ember-model

A lightweight model library for Ember.js
MIT License
524 stars 159 forks source link

Fix re-dirtying non-embedded hasMany after save #349

Closed dwickern closed 10 years ago

dwickern commented 10 years ago

The same problem as #322 but with non-embedded hasMany arrays. We still need to update the original state after save in the non-embedded case.