2017-01-16 6 views
-2

HTMLとTEXTが並べて表示されるWYSIWYGエディタを検索し、AngularJSで使用できるボタンを使用してすべての書式設定に関連する機能を実行します。角度WYSIWYGエディタ?

1見つかり
+0

「*本、ツール、ソフトウェアライブラリ、チュートリアルや他のオフサイトのリソースをお勧めしますか見つけるために私たちを尋ねる質問のようにスタックオーバーフローのためにオフトピックですオピニオンレスポンスやスパムを引き付けようとするのではなく、これを解決するためにこれまで何が行われているのかを記述してください。 – Mistalis

答えて

0

:pSergus :: ngWYSIWYGによって角度JSのためのWYSIWYGエディタGithub RepoからDemo Page

0

もう一つのシンプルでありながら強力なものはAngular Trix

<trix-editor ng-model-options="{ updateOn: 'blur' }" 
    spellcheck="false" class="trix-content" ng-model="trix" 
    angular-trix trix-initialize="trixInitialize(e, editor);" 
    trix-change="trixChange(e, editor);" 
    trix-selection-change="trixSelectionChange(e, editor);" 
    trix-focus="trixFocus(e, editor);" trix-blur="trixBlur(e, editor);" 
    trix-file-accept="trixFileAccept(e, editor);" 
    trix-attachment-add="trixAttachmentAdd(e, editor);" 
    trix-attachment-remove="trixAttachmentRemove(e, editor);" 
    placeholder="Write something.."></trix-editor> 

LIVE DEMO

関連する問題