Skip to content

Instantly share code, notes, and snippets.

@npfitz
Created April 25, 2016 19:46
Show Gist options
  • Save npfitz/e4b59fefe5015a4cf5b4e1100cfc4392 to your computer and use it in GitHub Desktop.
Save npfitz/e4b59fefe5015a4cf5b4e1100cfc4392 to your computer and use it in GitHub Desktop.
var foundItem = _.findWhere(scope.items, {content: scope.currentText});
if(foundItem){
scope.ngModel = foundItem.value;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment