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>
I got the solution. I have to write
ng-if='true'
. which has solved my problem