I have a search bar in the top my page for searching profiles. I would like to have an autocompletion feature like in facebook or linkedin. I'm using angularjs in the front.
I need to show records of the found profiles with their images alongside with their full names.
How can I set the images of the found profiles in the md-items of md-autocomplete (is that possible at all)? Is there a better way for such autocompletion without re-inventing the whole wheel, except the md-autocopmlete?
Thanks