I am new to AngularJS, I am developing a single page application using AngularJS.
I have a textarea
field, using this I am inserting some text with image.
It is inserting into the table successfully and when I fetching the record, it is working fine for textarea, image is also rendering.
However, when I render it using ng-bind-html
image
is not rendering, onlyhtml
andtext
are rendering.
In the above pic, red mark circle is an image.
when I try to render this using ng-bind-html
image is not rendering.