Issue
I have integrated Angular Trix. its working nice with firefox but not working with the chrome and IE so what should be the problem?? My code is as below :
<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>
Solution
I got the solution. I have to write ng-if='true'
. which has solved my problem
Answered By - Nitin
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.