Hi,
Try this:
<span class="large" ng-bind-html="item.TextWithHtmlTags"></span>
it works for me.
Check here for more info: http://www.w3schools.com/angular/ng_ng-bind-html.asp
Happy hacking....
Hi,
Try this:
<span class="large" ng-bind-html="item.TextWithHtmlTags"></span>
it works for me.
Check here for more info: http://www.w3schools.com/angular/ng_ng-bind-html.asp
Happy hacking....