javascript - AngularJS - Is it possible to use ng-repeat to render HTML values? -


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 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;   

Here is a working child:

You can find the document for instructions here:

Comments