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

Tab-indicator stop moving when used ng-repeat #40

Open Codmatrix opened 8 years ago

Codmatrix commented 8 years ago

tab-inidicator3 Sometime's It doesn't work using ngRepeat, How could i fix it ....No error in Script.. that would - Stop

Heres my code - `

```

D

{{itemList.ActivityName}} {{itemList.Unit}}
{{itemList.BatchNo}}
{{itemList.DueFromDate}}
{{itemList.FinishDate}}
{{itemList.Name}}
    </ion-slide-box>`
leoruhland commented 7 years ago

Hey @Codmatrix I made a fork of the project and it's working with dynamic tabs.

Fork: https://github.com/leoruhland/ion-slides-tabs Example with dynamic tabs: https://leoruhland.github.io/ion-slides-tabs/example/example3.html

If you add an example in codepen with the reproduction of the error, I can try to help you.