Is using reorder and swipe in lists broken

Hi,
I’m trying to get lists to work with reorder and swipe, but once i enable reorder(show-reorder=“true”), swipe motion stops showing the swipe options.

am i doing something wrong?

I think you were missing the can-reorder="true" on the list itself.

Here is a working sample : http://codepen.io/calendee/pen/lcjHe

Hi @Calendee, reordering is working, but swiping to show the extra options isn’t working

I apologize. When I first tried your sample, I couldn’t get reorder to work; so, I got off on a tangent. Looking at it again, your original works fine.

I’ve opened issue # 768 : https://github.com/driftyco/ionic/issues/768