mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-21 04:53:58 +08:00
docs(demos): update icons to use name attr
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user