Currently, I am using the Bootstrap directory typeahead
in Angular. I am looking to display more results in my HTML template instead of just the name
:
typeahead="job as job.name for job in getJobPlace($viewValue) | filter:{name:$viewValue}"
I would like something along the lines of: job as job.name, photo as job.photo...
enter code here