Skip to content

Instantly share code, notes, and snippets.

/gist:d15571bbd89ab5f250e8 Secret
Created Dec 16, 2014

Embed
What would you like to do?
function getTotalAcres(id){
return $http.get(API_URL + 'loans/' + id + '/totalacres')
.then(function(res){
console.log(res);
return res.data;
});
}
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.