将图标添加到离子选项中

时间:2018-07-03 07:07:19

标签: 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>

0 个答案:

没有答案