So I’m using slide-boxes inside an ion-list to make ion-items that have three slides each. Im using ion-list to make use of the reorder and delete functionality.
Its works very well but I tried out the nightly build to get rid of the can’t scroll on slide-box bug for Android I read about and to get better performance. I can see the better performance but there are some big changes that mess up everything. The height is no longer dynamic and the slide box is taking up the whole space of the ion-item putting itself over other elements, hiding them. And its not changing height when i show or hide stuff in the slider with ng-show.
I can’t figure this out, what am I doing wrong and what should i do to get my layout back. Please see the screenshots and the plunker to see what I’m talking about.
Beta 13
Nightly
Plunker:
http://plnkr.co/edit/jqjrOPOPNWi30q2egXHW?p=preview
Thank you in advance