Reputation: 296
i have following list:
<ion-list>
<ion-item ng-repeat="item in productlistitems">
{{ item.name }}!
</ion-item>
</ion-list>
item.name is with HTML tags, but they appear as plain text.
How can I achieve that the HTML code gets "executed"?
Upvotes: 1
Views: 394