Dirt tracking with Ember-Data - only save dirty properties

Hi all, I use the ember-data-change-tracker addon to accomplish this. Simple install, activate in model and add the keep only changed mixin to the required model serializer, all outgoing requests will now only send attributes that have changed.

1 Like