I am using AngularJS with a third party service that generates HTML responses. I want to use NG-Encore to present in, even though angular it is rendered in the form of text.
Is it possible to render ng-repeat to render HTML property?
I have created this JSFDald to showcase my problem.
I think using Here is a working child: You can find the document for instructions here: ng-bind-html-unsafe You will get what you need.
& lt; Div ng: repeat = "item in objects" ng-bind-html-unsafe = "item html" & gt; & Lt; / Div & gt;
Comments
Post a Comment