Angular Trix无法在所有浏览器中使用

时间:2016-10-24 11:13:50

标签: javascript jquery angularjs angular-trix

我已经集成了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>

1 个答案:

答案 0 :(得分:3)

我得到了解决方案。我必须写ng-if='true'。这解决了我的问题