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

fix(dropdown): Adding support for dropUp class #6300

Open bartkiewicz opened 8 years ago

bartkiewicz commented 8 years ago

Fix for #6030.

Was not sure if the comment in the original issue was suggesting the dropUp check be done in the uibPosition, but it made more sense to me to check in dropdown, since why would anything else care about a dropUp class.

hexaclock commented 7 years ago

Any word on getting this merged in?