docs(demos): update icons to use name attr

This commit is contained in:
Drew Rygh
2016-01-06 10:28:28 -06:00
parent 46baa7309e
commit e36fc01b6f
17 changed files with 117 additions and 117 deletions

View File

@ -7,7 +7,7 @@
Cancel
</button>
<button (click)="close()" *ng-if=" currentPlatform === 'android' ">
<ion-icon close></ion-icon>
<ion-icon name='close'></ion-icon>
</button>
</ion-buttons>
</ion-toolbar>