Hi Bob,

Can you give this a spin?

<input type="text"
    name="rTechnical"
    ng-init='searchResult= ctrl.Search($viewValue), 
format=ctrl.formatSearch($model)'  
    ng-model="request.ContactTechnical" 
    typeahead="person.Id as person.FullName for person in searchResult"  
    typeahead-input-formatter="format"
    ng-focus="focus='Technical'"
    ng-blur="focus=''">

I suspect that will work for you. It is a bad idea to use functions in the 
places you did.

Regards
Sander

-- 
You received this message because you are subscribed to the Google Groups 
"AngularJS" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to