backbone.service
backbone.service copied to clipboard
Form data not send as JSON
I installed this plugin and the data I was posting wasn't correctly being formatted as JSON. On my console, its type appeared as [object Object]:
. To fix it, I added emulateJSON: true
to #createOptions
return value.