You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 29, 2019. It is now read-only.
I have three typeaheads on my html page. Each of these use AngularJs Bootstrap Typeahead. I can modify the template of the match by using the following:
However I want to modify the outer template for the typeahead i.e. typeahead-popup.html and customize it differently for each of the three different typeaheads on the page. I searched for this but with no success. Any help would be very thankful.
The text was updated successfully, but these errors were encountered:
This appears to be a feature request, one that I actually have been in the process of implementing for each component with support of templateUrl modification on an instance by instance level.
I am all for this, and am aiming to be fully complete with this before the 0.13.4 release.
I have three typeaheads on my html page. Each of these use AngularJs Bootstrap Typeahead. I can modify the template of the match by using the following:
<script type="text/ng-template" id="template/typeahead/typeahead-match.html"> </script>However I want to modify the outer template for the typeahead i.e. typeahead-popup.html and customize it differently for each of the three different typeaheads on the page. I searched for this but with no success. Any help would be very thankful.
The text was updated successfully, but these errors were encountered: