mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-21 13:01:01 +08:00
demos(docs): ng-if to ngIf
This commit is contained in:
@ -3,8 +3,8 @@
|
||||
Description
|
||||
</ion-title>
|
||||
<ion-buttons start>
|
||||
<button (click)="dismiss()" *ngIf=" currentPlatform === 'ios' ">
|
||||
Cancel
|
||||
<button (click)="dismiss()" clear *ngIf=" currentPlatform === 'ios' ">
|
||||
<span primary>Cancel</span>
|
||||
</button>
|
||||
<button (click)="dismiss()" *ngIf=" currentPlatform === 'android' ">
|
||||
<ion-icon name='close'></ion-icon>
|
||||
|
Reference in New Issue
Block a user