Is there an equivalent to show-delete on ion-list with ion-delete-button just like in the ionic1 list example (http://ionicframework.com/docs/api/directive/ionList/)?
Checkout sliding list items: http://ionicframework.com/docs/v2/components/#sliding-list
Allows you to define custom buttons to show when a list item is swiped, not exactly the same as show delete in Ionic 1 but might be useful to you.