标签: ember.js ember-data
Ember在模型中提供了hasDirtyAttributes属性,以便检查模型是否具有脏值
我的问题是,如果模型有hasMany或belongsTo关系,我们如何验证脏检查?任何最佳方法。