popover
v5.1.1arrow_drop_down
Configuration service for the Popover directive. You can inject this service, typically in your root component, and customize the values of its properties in order to provide default values for all the popovers used in the application.
Placement of a popover. Accepts: "top", "bottom", "left", "right", “auto”
Specifies events that should trigger. Supports a space separated list of event names.
A selector specifying the element the popover should be appended to.
A lightweight, extensible directive for fancy popover creation.
Content to be displayed as popover.
Context to be used if popover is a template.
Title of a popover.
Placement of a popover. Accepts: "top", "bottom", "left", “right”
Close popover on outside click
Specifies events that should trigger. Supports a space separated list of event names.
A selector specifying the element the popover should be appended to.
Css class for popover container
Returns whether or not the popover is currently being shown
Emits an event when the popover is shown
Emits an event when the popover is hidden
Opens an element’s popover. This is considered a “manual” triggering of the popover.
Closes an element’s popover. This is considered a “manual” triggering of the popover.
Toggles an element’s popover. This is considered a “manual” triggering of the popover.