In my Ionic's App, I have a textarea that is used for creating or editing messages. However, I am encountering an issue where the textarea does not render HTML tags when trying to edit a message.
I attempted solutions such as setting ng-bind-html
and using the $sce
filter, but the problem persists.
For reference, here is a Plunker demonstrating what I have tried so far.