ons.notification
-
Utility methods to create different kinds of alert dialogs. There are three methods available:
ons.notification.alert()
ons.notification.confirm()
ons.notification.prompt()
It will automatically display a Material Design dialog on Android devices.
Click here to see the original article