demos(docs): ng-if to ngIf

This commit is contained in:
Drew Rygh
2016-01-07 10:05:01 -06:00
parent 959025fee1
commit c695591fed
6 changed files with 10 additions and 10 deletions

View File

@ -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>