html - AngularJS - text area text with respect to ngBindHtml -


i have text area

<textarea placeholder="answer" ng-model="answer"> </textarea> 

in displaying answer question. text need convert using ng-bind-html. need html text should display after conversion. please suggest

you can use content editable div instead of pure textarea.

and if want full set of features these in edit mode use wysiwyg editors ckeditor http://ckeditor.com/


Comments

Popular posts from this blog

apache - PHP Soap issue while content length is larger -

asynchronous - Python asyncio task got bad yield -

javascript - Complete OpenIDConnect auth when requesting via Ajax -