mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
fix(actionSheet): action sheet icons
This commit is contained in:
@@ -86,6 +86,10 @@ class E2EPage {
|
||||
this.nav.present(alert).then(() => {
|
||||
this.testPromptOpen = true;
|
||||
});
|
||||
|
||||
alert.onDismiss(data => {
|
||||
console.log('onDismiss data', data);
|
||||
});
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user