I am trying to add icon in buttonLabels in $cordovaActionSheet plugin but it didn't working. I have tried
var options = {
title: 'Share',
buttonLabels: ['<i class="ion-social-facebook"></i> Share via Facebook', '<i class="ion-social-twitter"></i> Share via Twitter'],
};
but it prints tag as it is. How do I show icons in button labels ?
I see you have tagged
ionic-framework
as well. If you are usingIonic
you can make use of$ionicActionSheet
instead of the$cordovaActionSheet
. See this doc.With the
$ionicActionSheet
it is no problem adding images: