Swipe buttons in seed project

I’m trying to use list View (http://ionicframework.com/docs/angularjs/views/list/) but swipe button doesn’t work with the ionic.bundle.js included in the seed project i’ve downloaded. However, it works quiet well with http://code.ionicframework.com/nightly/js/ionic.bundle.min.js. Can anyone explain that?

Yes, I can explain:

the ionic.bundle.js in the seed project is 0.9.26. The nightly you linked to is… well, the nightly. 0.9.26 had a bug in ion-list and ion-item.

Unfortunately, the nightlies have MAJOR breaking changes as of a few days ago. So, things are in a bit of flux right now.

Andy just released a 0.9.27 which should have all the bug fixes I mentioned without the major breaking changes. So, to fix your Swipe buttons issue, use release 0.9.27.

THX a lot!! U helped me a lot!!