Angular Trix not working in all browsers

931 views Asked by At

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>
1

There are 1 answers

2
Nitin On BEST ANSWER

I got the solution. I have to write ng-if='true'. which has solved my problem