fix(props): update stencil

This commit is contained in:
Manu Mtz.-Almeida
2018-04-10 00:12:38 +02:00
parent 22ebbce57f
commit ea24ad677d
80 changed files with 12106 additions and 275 deletions

View File

@ -42,7 +42,7 @@ export class ItemOption {
*/
@Prop() href: string;
clickedOptionButton(ev: Event): boolean {
private clickedOptionButton(ev: Event): boolean {
const el = (ev.target as HTMLElement).closest('ion-item-option');
return !!el;
}

View File

@ -43,7 +43,7 @@ If this property is set, an anchor tag will be rendered.
#### mode
string
The mode determines which platform styles to use.
Possible values are: `"ios"` or `"md"`.
@ -85,7 +85,7 @@ If this property is set, an anchor tag will be rendered.
#### mode
string
The mode determines which platform styles to use.
Possible values are: `"ios"` or `"md"`.