mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
Delete item works
This commit is contained in:
@@ -104,6 +104,7 @@
|
||||
canSwipe: true,
|
||||
icon: 'icon-chevron-right',
|
||||
hide: false,
|
||||
deleteItem: removeItem,
|
||||
buttons: [{
|
||||
text: 'Kill',
|
||||
type: 'button-danger',
|
||||
@@ -115,6 +116,7 @@
|
||||
canDelete: true,
|
||||
canSwipe: true,
|
||||
icon: 'icon-chevron-right',
|
||||
deleteItem: removeItem,
|
||||
buttons: [{
|
||||
text: 'Kill',
|
||||
type: 'button-danger',
|
||||
@@ -126,6 +128,7 @@
|
||||
canDelete: true,
|
||||
canSwipe: true,
|
||||
icon: 'icon-chevron-right',
|
||||
deleteItem: removeItem,
|
||||
buttons: [{
|
||||
text: 'Kill',
|
||||
type: 'button-danger',
|
||||
@@ -137,6 +140,7 @@
|
||||
canDelete: true,
|
||||
canSwipe: true,
|
||||
icon: 'icon-chevron-right',
|
||||
deleteItem: removeItem,
|
||||
buttons: [{
|
||||
text: 'Kill',
|
||||
type: 'button-danger',
|
||||
|
||||
Reference in New Issue
Block a user