Is there anyway to align title of a divider item to right?
The following code did not work
<ion-list class="list">
<!--offer, need or help-->
<ion-item class="item item-divider assertive-100-bg rtl">
<h2 class="text-right">Check this</h2>
</ion-item>
<ion-list>