Skip to content

Instantly share code, notes, and snippets.

@sebastienblanc
Created February 13, 2013 09:04
Show Gist options
  • Save sebastienblanc/4943213 to your computer and use it in GitHub Desktop.
Save sebastienblanc/4943213 to your computer and use it in GitHub Desktop.
$scope.save = function() {
$scope.customer.$update(function(){
$scope.get();
});
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment