I have this input field I am using for a search:
There are man
You can try adding ng-model-options="{updateOn : 'change blur'}" to your input tag. Should work.
ng-model-options="{updateOn : 'change blur'}"