| $scope.loanList = _.filter(_.filter(loans, | |
| function(i) { return i.status_id == '1'; } | |
| ), function(i){ return i.crop_year == '2015}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
| $scope.loanList = _.filter(_.filter(loans, | |
| function(i) { return i.status_id == '1'; } | |
| ), function(i){ return i.crop_year == '2015}); |