Swipe to delete/edit/share closes automatically

I have tried to create the swipe to delete or edit on my lists and I can get it to display, but I can not get it to stay. When I let go to click on something, it automatically closes.

I have used the following as reference:
http://ionicframework.com/docs/angularjs/views/list/

Is anyone else experiencing this issue. I do not have a plunker to mimic it (Figured the two above links show what I am going for, I use the same code) But here is the page that has the issue:
http://alexwhedbee.com/mrh/#/mrh/lps

Thank you,
AW

1 Like

That bower release you are using has a bug. It’s version 0.9.26.

This issue was fixed in the nightlies about 2 weeks ago.

@Calendee I change it to the nightiles version, but the nav bar title doesn’t work.

html:
<ion-view title="title" left-buttons="leftButtons" right-buttons="rightButtons" hide-back-button="true">
</ion-view>
js:
$scope.title = "Home";

Result:
The navbar shows 'title' text.

@Calendee Oh, I have found the answer in (Solved) Change in View Title?