mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
test(alert): fix dismiss
This commit is contained in:
@@ -59,7 +59,8 @@ class AnotherPage {
|
||||
handler: () => {
|
||||
alert.dismiss().then(() => {
|
||||
this.nav.pop();
|
||||
})
|
||||
});
|
||||
return false;
|
||||
}
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user