I need this :
<div><div> May I help you </div></div>
The inner div part should be coming from angular controller :
<div> May I help you </div>
So my html will change to this :
<div>{{AskHelpText}}</div>
AskHelpText is coming from XYZController - AngularController
Currently its rendering like this :
<div>"<div> May I help you </div>"</div>