Skip to content

Instantly share code, notes, and snippets.

/gist:67c70f920f472a7ed9fa Secret
Created Dec 23, 2014

Embed
What would you like to do?
$scope.loanList = _.filter(_.filter(allLoans,
function(i) { return i.status_id == '1'; }
), function(i){ return i.crop_year == $scope.globals.crop_year});
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.