Skip to content

Instantly share code, notes, and snippets.

@josescasanova
Created February 7, 2016 01:16
Show Gist options
  • Save josescasanova/176647853624216b524d to your computer and use it in GitHub Desktop.
Save josescasanova/176647853624216b524d to your computer and use it in GitHub Desktop.
defered.then(
function successHandler(id) {
console.log('Object saved, with id: ', id);
},
function errorHandler(error) {
console.log('Error saving object: ', error);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment