sachinchoolur / angular-trix

A rich WYSIWYG text editor directive for angularjs.
http://sachinchoolur.github.io/angular-trix/
MIT License
328 stars 62 forks source link

Its not working inside ng-if. #46

Open sureshkodur opened 6 years ago

jessamarie commented 6 years ago

Did you try adding ng-if="true" to the trix-editor? For example:

<trix-editor angular-trix ng-model="someModel" ng-if="true"></trix-editor>

That's what worked for me.

korokd commented 6 years ago

ng-if="true" worked for me as well