Parameters | Detail |
---|---|
title: '', | // String. The title of the popup. |
cssClass: '' , | // String, The custom CSS class name |
subTitle: '' , | // String (optional). The sub-title of the popup. |
template: '' , | // String (optional). The html template to place in the popup body. |
templateUrl: '' , | // String (optional). The URL of an html template to place in the popup body. |
scope: null, | // Scope (optional). A scope to link to the popup content. |
The Ionic Popup service allows programmatically creating and showing popup windows that require the user to respond in order to continue.