Skip to content

Instantly share code, notes, and snippets.

@acmisiti
Created February 27, 2014 21:23
Show Gist options
  • Save acmisiti/9259856 to your computer and use it in GitHub Desktop.
Save acmisiti/9259856 to your computer and use it in GitHub Desktop.
backbone save on success callback
that.options.employee.save({
payment_method : 'direct-deposit',
payment_divide_type : that.payment_divide_type,
},{
patch : true,
success:function(model, response) {
that.on_reset_page();
},
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment