I have problem with rendering if a text large than screen width:
http://files.rsdn.ru/12237/ionicfancyselectproblem.JPG
How to fix the default template?
template : function(element, attrs) {
if (attrs.templateUrl) {
return "<ng-include src=\"'" + attrs.templateUrl
+ "'\"></ng-include>";
} else {
return '<ion-list> <ion-item ng-click=showItems($event)> {{text}} <span class=item-note>{{noteText}} <i class="icon {{noteImgClass}}"></i> </span> </ion-item> </ion-list>';
}
}
Thanks in advance!
BR,
AnatolyS