Ui-Tinymce: Cannot read property 'setAttribute' of undefined

1.2k Views Asked by At

I have a problem with a plugin ui-tinymce for angularjs. While I walk by routing angulars (without page reload) error pops up:

 Uncaught TypeError: Cannot read property 'setAttribute' of undefined

(window.tinymce is undefined)

In contrast, when i reload page - everything is ok. I'm using tinymce in the ng-template used by ng-repeat

0

There are 0 best solutions below