Binding back to the data source

Hi,

OK - two-way binding - this binds the model to the template - changes to data on the model are immediately updated in the dom via the templarte.

Just out of interest, is there a way that data from the model gets sent back to the data source - i.e. any change to the model would automatically trigger a push request back via REST to the data provider? Is this provided by the ember-data module?

Thanks.