我已经集成了Angular Trix。它与firefox一起正常工作,但不适用于chrome和IE
那应该是什么问题呢?
我的代码如下:
<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>
最佳答案
我找到了解决方案。我必须写ng-if='true'
。解决了我的问题