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

ui-sref or href don't work on ion-slide directive #4

Open ghost opened 9 years ago

ghost commented 9 years ago

Hi Jknor, i'm very impressed for your slide box tabs,

My question is, how i can use ui-sref or href attribute on ion-slide directive ?? I try this code, but it didn't work

`

` Thanks for your help,,, Syaifur
JKnorr91 commented 9 years ago

Hi ipulmisaja,

can you explain what you are trying to do with the ui-sref attribute? I can't guess the intention of adding this to the slide. If you want to add a state transition to the tab label, you should add some markup to the ion-slide-tab-label attribute.

The ion-slide directive is part of the ionic core. Whatever you want to do with the ui-sref attribute on ion-slide, does it work with a native ion-slide-box without my tabs?