I want to add a new line to textAngular WYSIWYG editor.
I'm using \n, but its not working
<text-angular ng-model="htmlContent" name="demo-editor" placeholder="sample text \n testttt"></text-angular>
Or
<text-angular ng-model="htmlContent" name="demo-editor" placeholder="sample text <br/> testttt"></text-angular>
the the show the html tag as text. – Hetdev Aug 16 '16 at 20:18