docs(breaking): update the usage headings for overlays

This commit is contained in:
Brandy Carney
2018-06-19 10:45:07 -04:00
committed by GitHub
parent 0c742ede98
commit 30646d8ad0

View File

@ -789,7 +789,7 @@ The class has been renamed from `Option` to `SelectOption` to keep it consistent
Action Sheet, Alert, Loading, Modal, Popover, and Toast should now use `async`/`await`: Action Sheet, Alert, Loading, Modal, Popover, and Toast should now use `async`/`await`:
**New Usage Example:** **Old Usage Example:**
```javascript ```javascript
presentPopover(ev: any) { presentPopover(ev: any) {
@ -802,7 +802,7 @@ presentPopover(ev: any) {
} }
``` ```
**Old Usage Example:** **New Usage Example:**
```javascript ```javascript
async presentPopover(ev: any) { async presentPopover(ev: any) {