fix(actionSheet): action sheet icons

This commit is contained in:
Adam Bradley
2015-12-31 20:47:12 -06:00
parent 5c43f7bc35
commit a63b5044df
5 changed files with 37 additions and 26 deletions

View File

@@ -86,6 +86,10 @@ class E2EPage {
this.nav.present(alert).then(() => {
this.testPromptOpen = true;
});
alert.onDismiss(data => {
console.log('onDismiss data', data);
});
}
}