Icons on ActionSheet buttons?

From looking at the ionActionSheet directive, it looks like this may not be possible, as you’d have to use AngularSanitize with ng-bind-html, but has anyone hacked around this and added Ionicons to ActionSheet buttons?

Yup i did. Just add <i class="icon" ion-bell></i> as the array item to the buttons array

How about having a row of buttons instead of one per row?