mirror of
https://github.com/donl/meteor-ionic.git
synced 2026-05-26 22:06:41 -06:00
small update to guide about popups
This commit is contained in:
parent
8437b552d9
commit
737dc96128
1 changed files with 1 additions and 1 deletions
2
GUIDE.md
2
GUIDE.md
|
|
@ -368,7 +368,7 @@ Then attach it to a `button` or `a` element by passing in the name of the templa
|
|||
You show alerts using the `ionPopup` component. This can be done as follows:
|
||||
|
||||
```
|
||||
IonPopup.alert({title: 'title', subTitle: 'subTitle'});
|
||||
IonPopup.alert({title: 'title', subTitle: 'subTitle', template: 'some text to show the user'});
|
||||
```
|
||||
|
||||
You can also use `IonPopup.confirm({})`, `IonPopup.prompt({})` and `IonPopup.close()`.
|
||||
Loading…
Add table
Add a link
Reference in a new issue