标签: css ionic-framework
是否可以在离子选择中将图标添加到离子选择中?
或者是CSS技巧?
<ion-select interface="popover" > <ion-option *ngFor="let user of users; "> <ion-icon name="hand"></ion-icon> {{user.name}} </ion-option> </ion-select>