How will I pass html content to angular popover. I have written code like below
<a popover="{{tooltipValue}}" popover-trigger="mouseenter" href="#"><img class="img" /></a>
In above code on hover of image pop up will come, but if text contains some tag like
then it will show as is . How to I display html tags. I know data-html-bind will do the job, but I don't know how to use it here.