0
I’m trying to pass a style
in a span, more when I use ng-Bing-html it pulls out
In the json that is placed on the page until this with the style
<script id="data" type="application/json" product-data>
<p><span style=\"color: #ff0000;\">PEDIDO MÍNIMO: 10 UNIDADES <\/span><\/p>
More when I use
<div itemprop="description" ng-bind-html="product.summary"></div>
Result on the page
<p><span>PEDIDO MÍNIMO: 10 UNIDADES </span></p>