Popup with rounded corner

CSS

.myPopup > .popup { border-radius: 5px !important; }

JS:

$ionicPopup.show({cssClass: 'myPopup'})

Codepen:

2 Likes