viezel / napp.alloy.adapter.restapi

RestAPI Sync Adapter for Titanium Alloy Framework
197 stars 102 forks source link

No Promise Is Returned on Save #55

Open garethsime opened 9 years ago

garethsime commented 9 years ago

Either false or a Promise should be returned when the .save() method is called. As it is now, there is nothing returned (thus the return value is undefined).

See the Backbone save method.

viezel commented 9 years ago

ok.. did not know that. Does the default Alloy adapter return anything on save ?