mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
@@ -19,7 +19,8 @@ class E2EApp {
|
||||
this.alertOpen = true;
|
||||
this.popup.alert({
|
||||
title: "New Friend!",
|
||||
template: "Your friend, Obi wan Kenobi, just accepted your friend request!"
|
||||
template: "Your friend, Obi wan Kenobi, just accepted your friend request!",
|
||||
cssClass: 'my-alert'
|
||||
}).then(() => {
|
||||
this.alertOpen = false;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user