The angular-ui typeahead directive doesn't support multiple datasets. Is there another popular directive that supports this feature? Screenshot of what I'm after: 
-
I don't think so. I tried to search for typeaheads myself and didn't find many implementations. The best thing to do would be find a non-angular version and make a directive out of it.vaidik– vaidik2014-07-11 22:22:06 +00:00Commented Jul 11, 2014 at 22:22
Add a comment
|
1 Answer
You could implement your own. See my comment here about native typeahead implementation using only angular: Using Bootstrap typeahead with Angular
You could merge all your data into one array, then edit the template in the directive to separate sources in the list