Data changes can be automatically posted ( without user intervention ) and saved in the remote data store ( similar to Google docs ).

In this example changes are posted to server by calling saveChanges() function within a $interval.

We have used jQuery.ajax in this example due to its simplicity, however it can be replaced with $http service.

Only the changes which meet validation rules are posted to maintain data integrity.

Copyright @ 2016-2022 Paramvir Dhindsa (http://paramquery.com)