mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-06 22:29:44 +08:00
Button type and text
This commit is contained in:
@ -91,7 +91,8 @@
|
||||
canSwipe: true,
|
||||
icon: 'icon-chevron-right',
|
||||
buttons: [{
|
||||
text: 'Kill'
|
||||
text: 'Kill',
|
||||
type: 'button-danger'
|
||||
}]
|
||||
},
|
||||
{
|
||||
@ -100,7 +101,8 @@
|
||||
canSwipe: true,
|
||||
icon: 'icon-chevron-right',
|
||||
buttons: [{
|
||||
text: 'Kill'
|
||||
text: 'Kill',
|
||||
type: 'button-danger'
|
||||
}]
|
||||
},
|
||||
{
|
||||
@ -109,7 +111,8 @@
|
||||
canSwipe: true,
|
||||
icon: 'icon-chevron-right',
|
||||
buttons: [{
|
||||
text: 'Kill'
|
||||
text: 'Kill',
|
||||
type: 'button-danger'
|
||||
}]
|
||||
},
|
||||
{
|
||||
@ -118,7 +121,8 @@
|
||||
canSwipe: true,
|
||||
icon: 'icon-chevron-right',
|
||||
buttons: [{
|
||||
text: 'Kill'
|
||||
text: 'Kill',
|
||||
type: 'button-danger'
|
||||
}]
|
||||
}
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user