angular-trix icon indicating copy to clipboard operation
angular-trix copied to clipboard

Its not working inside ng-if.

Open sureshkodur opened this issue 6 years ago • 2 comments

sureshkodur avatar Apr 06 '18 10:04 sureshkodur

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.

jessamarie avatar Jun 06 '18 16:06 jessamarie

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

korokd avatar Jul 27 '18 18:07 korokd