Skip to content

Instantly share code, notes, and snippets.

/gist:d2e3d93db52994457dd0 Secret
Created Dec 11, 2014

Embed
What would you like to do?
$scope.onFarmerSelect = function($item,$model,$label){
console.log($item);
if($item){
$scope.farmer = $item;
}
};
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.