angular-ui / bootstrap

PLEASE READ THE PROJECT STATUS BELOW. Native AngularJS (Angular) directives for Bootstrap. Smaller footprint (20kB gzipped), no 3rd party JS dependencies (jQuery, bootstrap JS) required. Please read the README.md file before submitting an issue!
http://angular-ui.github.io/bootstrap/
MIT License
14.27k stars 6.73k forks source link

Add css class to typeahead dropdown menu #6396

Closed tinyfly closed 7 years ago

tinyfly commented 7 years ago

It would be great if you could add a css class to typeahead's dropdown menu <ul> itself like you did with the <li>. Something like .uib-typeahead-menu That way we could style typeahead menus differently from other dropdown menus if so desired.

tinyfly commented 7 years ago

Nevermind, I see that there is a uib-typeahead-popup attribute that I can use for styling like so:

[uib-typeahead-popup] {
  ...styles...
}