How can I declare below given two ng-class in one:
<ion-item class="item-positive item-text-wrap"
ng-class="{active: isGroupShown(faq)}"
ng-class="isGroupShown(faq) ? 'item-royal' : 'item-stable'">
How can I declare below given two ng-class in one:
<ion-item class="item-positive item-text-wrap"
ng-class="{active: isGroupShown(faq)}"
ng-class="isGroupShown(faq) ? 'item-royal' : 'item-stable'">