I have a text box that I populate with data from a Json response like this:
<div class="gadget-body" style="height:100px">
<label>{{ textData}}</label>
</div>
Now, the Json response contains HTML code with <p>
and <h1>
tags. When I bind the response, it displays with the <p>
and <h1>
tags visible instead of being applied.