Quantcast
Channel: Ionic Forum - Latest posts
Viewing all articles
Browse latest Browse all 228595

Ionic popup - truncated text

$
0
0

As you can see from the image the Red button is supposed to say "YES" but the text has been elipsed.
How can i display a full text in popup buttons .

below is the popup config

$ionicPopup.confirm({
cssClass: 'item-text-wrap',
title: 'Exiting Application',
template: 'Are you sure you want to exit the application?',
cancelText: 'No',
cancelType : 'button-balanced',
okText: 'Yes',
okType: 'button-assertive'
}).then(function(res) {
if (res) {
ionic.Platform.exitApp();
}
});


Viewing all articles
Browse latest Browse all 228595

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>