| $scope.getTotalAcres = function(id){ | |
| return LoansFactory.getTotalAcres(id); | |
| }; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
| $scope.getTotalAcres = function(id){ | |
| return LoansFactory.getTotalAcres(id); | |
| }; |