The scope the compiled element is link to.
Add an extra CSS class name to the popup.
Class name to add to the popup element.
Destroy the popup.
Get the current popup state.
true
if the popup is currently, otherwise false
.
Open a popup with the given properties.
Options.
Set the popup's autoDestroy property.
Whether to automatically destroy the popup when being closed or not.
Set the popup's content.
Note: the type of the content
param is *
instead of string
, this
is because the content may be trusted using $sce.trustAsHtml
.
The content.
Set the popup's height.
Height the popup should have.
Show/hide the popup.
true
to show the popup, false
to hide it.
Set the popup's width and height.
Width the popup should have.
Height the popup should have.
Set the popup's title.
The title.
Set the popup's content with an iframe using the given url.
The url of the page.
Set the popup's width.
Width the popup should have.
Generated using TypeDoc
The element.