0
textAngular WYSIWYGエディタに新しい行を追加したいと思います。textAngular WYSIWYGエディタに新しい行を追加する方法
私は、\ nを使用していますが、すべての
<text-angular ng-model="htmlContent" name="demo-editor" placeholder="sample text \n testttt"></text-angular>
それとも
<text-angular ng-model="htmlContent" name="demo-editor" placeholder="sample text <br/> testttt"></text-angular>
@PankajParkarテキストとしてショーにhtmlタグを
を使用している場合。 – Hetdev