I am having a text box which I am filling from the Json response as below
 <div class="gadget-body" style="height:100px">
    <label>{{ textData}}</label>
  </div>
But now my Json is returning html code with <p> and <h1> tags. I am binding the response, but it is displaying with <p> and <h1> tags instead of applying it. 
 
     
     
    