angular-ui / ui-tinymce

AngularUI wrapper for TinyMCE
MIT License
488 stars 371 forks source link

fix(priority): lower priority to make it work with ngIf #242

Closed zhouzi closed 8 years ago

zhouzi commented 8 years ago

ngIf priority is 600 so I've lowered uiTinymce's to 599. I had a look at some other angular directive but apart from ngIf, I can't see any other one that could be a problem.

I also wanted to add tests for #146 to make sure this change doesn't introduce a regression but wasn't able to reproduce the issue it fixed back then. Anyway, 599 is still pretty high so I guess it's ok.

fix #241

deeg commented 8 years ago

Thanks for doing this.

Will get this merged and release a new version later tonight.

zhouzi commented 8 years ago

Glad to hear it!