docs(popover): update popover markup (#9836)

This commit is contained in:
Ibby Hadeed
2017-01-03 11:05:23 -05:00
committed by Brandy Carney
parent 0611778424
commit 3643803230

View File

@ -89,7 +89,7 @@ export class Popover extends ViewController {
* which creates and presents the popover:
*
* ```html
* <button ion-button (click)="presentPopover($event)">
* <button ion-button icon-only (click)="presentPopover($event)">
* <ion-icon name="more"></ion-icon>
* </button>
* ```