Skip to content

Instantly share code, notes, and snippets.

/gist:74911bbd94b4e7f259df Secret
Created Dec 18, 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.