私はAngular Trixを統合しました。その仕事はFirefoxとうまくいっていますが、クロムとIEで作業していません 何が問題になるはずですか? 私のコードは以下の通りです:すべてのブラウザでAngular Trixが機能しない
<trix-editor ng-model-options="{updateOn: 'blur'}" spellcheck="false" class="trix-content" ng-model="prjoectcreate.description" 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);" placeholder="Write something.."></trix-editor>
あなたのコードでPlunkrへのリンクを提供できますか?コンソールエラーはありますか? – Rishab777
私は解決策を得た。私はng-if = 'true'と書く必要があります。これは私の問題を解決した – Nitin
私のために働く。してください、それを返信する – beardmeaning