Created
February 27, 2014 21:23
-
-
Save acmisiti/9259856 to your computer and use it in GitHub Desktop.
backbone save on success callback
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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