I have a model in angular view. I am passing String to the model from the controller as
<b>myName</b>
hoping it to be displayed in bold, but I am not getting the desired result. Instead its getting displayed as a string as it is. Why is it so,and what is the fix? I thought angular directive compile would help, but no help.