Ember Wishlist!

Ember Data option to hold bindings on dirty records

With Embers data bindings, editing records is overly eager triggering bindings. Before actually showing up in lists elsewhere in the app, I first need to validate the data and save it to the database. Seems like this would be a common pattern / use case. Same for changing existing records, wait until successfully .save()ed. Maybe a Mixin or different Class to enable this functionality per Model. And a DS.attr() option to enable per attribute.

2 Likes