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.3k stars 6.74k forks source link

Add support for popover-append-to #6668

Closed Peter-Optiway closed 6 years ago

Peter-Optiway commented 6 years ago

Just like dropdown has dropdown-append-to it would be nice if the popover had the same attribute.

Lets say you add a popover to a element that's inside a "col-xs-1" then the popover won't grow bigger than the parent container.

If i add popover-append-to-body then it can grow, but if there is a scrollbar inside some parent container that's not the body tag, then the popover does not follow with the scroll. If we had popover-append-to=".row" then it should scroll correctly and allow it to dynamically adjust its width based on the content.

icfantv commented 6 years ago

Closing this as this project is no longer being maintained, per the README and the ISSUE_TEMPLATE.