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

[FEATURE REQUEST]: Popover missing component option as html template #6611

Open jeserkin opened 6 years ago

jeserkin commented 6 years ago

Feature description:

As there are existing options for popover template like uib-popover, uib-popover-html and uib-popover-template, there could be one more for component, e.g: uib-popover-component. At the moment I was able to resolve in some way only by passing separate template, where component is rendered.

Link to minimally-working plunker that reproduces the issue:

http://plnkr.co/edit/F3KPDwYv9XnAyOgOZtfP?p=preview

Version of Angular, UIBS, and Bootstrap

Angular: 1.6.4

UIBS: 2.5.0

Bootstrap: 3.3.1

VaibhavP17 commented 5 years ago

Is there still a way to open a component in uib-popover ?