Hi, how can I do a angular
filter, to read a string html
, or how do I create a method to read a string html
<div ng-bind-html="item.description"></div>
he saves it but he shows me the html tags
<div class="des-img_gal-pre" ng-show="item.have_description">
<div ng-bind-html="item.description"></div>
</div>