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
Post a Comment