I'm trying to pass a style
into a span, but when I use ng-bing-html it removes
In the json that is placed on the page up to this with style
<script id="data" type="application/json" product-data>
<p><span style=\"color: #ff0000;\">PEDIDO MÍNIMO: 10 UNIDADES <\/span><\/p>
More when using
<div itemprop="description" ng-bind-html="product.summary"></div>
Result on page
<p><span>PEDIDO MÍNIMO: 10 UNIDADES </span></p>