JKnorr91 / ion-slide-box-tabs

An Add-On directive for the ion-slide-box, that adds tabs to the slide box, known from the Android Material Design specification
MIT License
248 stars 110 forks source link

ion-slide-tab-label with ionicons #20

Open mdmad7 opened 8 years ago

mdmad7 commented 8 years ago

Is there a way to make the tab label ionicons instead of text? Amazing plugin by the way.

mdmad7 commented 8 years ago

OK so i solved this issue with a little digging about. for anyone who has a similar issue jus do dis;

    <ion-slide ion-slide-tab-label="<a class='tab-item'>
          <i class='icon ion-ios-paper-outline'></i>
            Streams

">

Not sure if there is a better way but it worked find for me. FYB u will have to mess arnd with d css a bit to show the full icon.

paredesivan commented 8 years ago

thank you