Closed
Description
If you have an API that does not return the newly created object when you POST to the endpoint then angular-data craches because it tries to inject nothing into the datastore at the end of the create method. There should probably be an option or something to pass to create to make it not inject the result of the API call.