chore(popup): Adding ability to pass cssClass

References #183
This commit is contained in:
Brandy Carney
2015-10-01 18:11:25 -04:00
parent 6a1c9aa159
commit 86a8175d3a
2 changed files with 10 additions and 5 deletions

View File

@@ -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;
});