code:
<div class="button-bar">
<a class="button icon-left ion-chevron-left button-outline" data-ng-click="cancel()">Cancel</a>
<a class="button icon-right ion-chevron-right button-positive" data-ng-click="register()">Register</a>
</div>
My issue is --> when I use icon-right - it behaves properly. But icon-left puts the icon next to the text as shown in the image. Is that a bug ?