Im trying to get the list directive to show the “ion-ios7-arrow-right” but I am just unsure how to do this, I have read the documentation but it some of it seems out dated. is there an attribute that I am missing? Here is a JSBIN example I have been trying to work out
I used this:
<a class="item" ng-repeat="item in items"
href="#/item/{{item.id}}">
Event: {{ item.eventName }}
<span class="item-note">
{{item.DeptName}}
</span>
</a>
I can’t seem to figure out a way to use the <ion-item>
tags to accomplish it.
did you ever find a fix to this? I am not seeing any right arrow at all, even in the most basic of list when using the nightly builds