Skip to content

Instantly share code, notes, and snippets.

/gist:af8036d1fbd630b7029d Secret
Created Dec 7, 2014

Embed
What would you like to do?
$scope.persons = Person.query({}, function() {
$scope.person = {};
return $scope.formDisabled = false;
}, function(e) {
$scope.error = e.data.error.message;
return $scope.formDisabled = false;
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.