I have a array in which one of the object contains HTML element. I wanted to render it in angular.
This is the array:
{
name: "rules",
key: "rules",
value_before: "<tr><td>revisit_in_some_days</td><td>less_then</td>td>r.input_data</td>"
}
I've tried multi for loops for angular.
I want table of the response in angular frontened.
</td>td>- typo?) and incomplete (part of a HTML table).