I have an input data such like that:
<p>His dream is to study medicine, {_}?</p>
The character {_}
make the output for ng-bind-html
not give any output at all.
How to solve this problem?
You may refer this fiddle for your extra information.