-
Notifications
You must be signed in to change notification settings - Fork 6.7k
Typeahead custom item template #182
Comments
+1 |
This would be a great feature. In the short-term, though, is there any way I could hack to feed the directive different templates, either external, or defined hidden in a div somewhere? |
@taudep For now your best call is to override the standard template: Sorry guys, I know this is a very needed feature but a day has only 24h... We need to find a way of sponsoring OS projects, maybe we should start using sth like https://www.bountysource.com ? |
Cool. Thanks. Customizing the HTML was the first path I started going down....but now I'm looking at trying to have a wrapped template similar to ng-repeat and see what I come up with. Thanks. |
Hey, I'm interested in using this custom template feature. How would I go about doing this? |
Based on https://gist.github.com/pkozlowski-opensource/4998969 a typeahead-item-template directive could be used to specify an items template. This is a feature that would be really great and is supported by the typeahead.js plugin.
@pkozlowski-opensource
The text was updated successfully, but these errors were encountered: