how to open external link from a ng-repeat.
I already tried different combinations but not external window opens.
this is my code:
<ion-item class="item-text-wrap item-icon-right" ng-repeat="event in events.data.results">
<a href="{{event.lermais}}" on-click="openLink('{{event.lermais}}', '_blank', 'location=yes'); return false;"><img ng-src="{{ event.imagens }}"></a>
<i class="icon ion-chevron-right icon-accessory"></i>
</ion-item>