using ion-item, how do you get the ‘item’ class applied to the a tag?
This puts the ‘>’ on the right-hand side
I hacked the directive template
from
<a class="item-content" ng-href="{{ href }}" ng-transclude></a>\
to
<a class="item item-content" ng-href="{{ href }}" ng-transclude></a>\
and that have me the outcome I was after