I\'m trying to implement a typeahead in Angular using http://angular-ui.github.io/bootstrap/, where the typeahead field displays full addresses but once clicked another fiel
try the following before saving / validating
modelCtrl.$setValidity('editable', true);