Quick and easy popovers
HTML and bindings in popovers

Popovers can contain any arbitrary HTML, Angular bindings and even directives! Simply enclose desired content or title in a <ng-template> element.

Popover Title

Lorem ipsum dolor sit amet consectetur adipisicing elit. Amet, inventore?

Lorem ipsum dolor sit amet consectetur adipisicing.
Custom and manual triggers

You can easily override open and close triggers by specifying event names (separated by :) in the triggers property.


Alternatively you can take full manual control over popover opening / closing events.