Hi All,
I want to display multiple values in the typeahead but couldn't make it 
works.
typeahead="app as app.display_name  for app in builtinApp.apps | 
 filter:$viewValue | limitTo:10"  is works

but i wan to have another column too like this below
typeahead="app as app.display_name + app.creator for app in builtinApp.apps 
|  filter:$viewValue | limitTo:10" 
It doesn't work. Any idea how to have both app.display_name and app.creator.
Thanks,
Kim

-- 
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