@Linezek wrote:
Hi,
I would like to add a CSS on specific item (item.letter) but not on the other (item.text)
<ion-toggle class="item-checkbox-right" ng-click="hashtagPressed(item)" style="text-align: left;" ng-model="item.checked" ng-checked="item.checked"> {{ item.letter }} {{ item.text }} </ion-toggle>
thanks
Posts: 3
Participants: 2