| $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