Can i use collection-repeat directive with ion-option-buttons in beta 14?
thanks
Can i use collection-repeat directive with ion-option-buttons in beta 14?
thanks
sure why not?
do you have a problem with it?
I have this plunker http://plnkr.co/edit/PkSCBIlywziXImgVBAAj.
A simple list with 10 items.
Swipe item 2 and press Edit. After press Cancel you wil see a move on item 7.
Swipe item 3 and press Edit. After press Cancel you wil see a move on item 6.
Swipe item 4 and press Edit. After press Cancel you wil see a move on item 5.
Swipe any item and press delete. Try to delete items sometimes it works somtimes it doesnt work.
Thanks for your help
Dimitris
ah now i see your problem, i had something similar.
The reason is after some interaction the collection-repeat redarws and then the items are changed.
i did solve this with $ionicListDelegate.$getByHandle('listHandle').closeOptionButtons();
im not sure it will help you with the edit button but on the delete it should work.
Unfortunately there is no openOptionsButton 
Thank’s for your effort and for your advice but i think that we can’t use collection repeat with ion-options for now!!
Thanks again.
Anybody use collection repeat with ion-option-button in beta 14??
I have this http://plnkr.co/edit/PkSCBIlywziXImgVBAAj
A simple list with 10 items.
Swipe item 2 and press Edit. After press Cancel you wil see a move on item 7.
Swipe item 3 and press Edit. After press Cancel you wil see a move on item 6.
Swipe item 4 and press Edit. After press Cancel you wil see a move on item 5.
I have the same problem. Bug: ion-option-button in ion-list strange effect - v.1.0.0 beta 14 #2894
I don’t know how I can solve it.
@mhartington Do you know the cause of this issue? I have seen that it was solved but now, It reappears.
This is something we are aware of and will have fixed in future versions, as noted here