Skip to content

Instantly share code, notes, and snippets.

/gist:1258af383dcdb7c37469 Secret
Created Dec 17, 2014

Embed
What would you like to do?
$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
You can’t perform that action at this time.