Skip to content
This repository was archived by the owner on Sep 8, 2020. It is now read-only.

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

Closed
wants to merge 1 commit into from
Closed

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

wants to merge 1 commit into from

Conversation

zhouzi
Copy link
Contributor

@zhouzi zhouzi commented Mar 21, 2016

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
Copy link
Contributor

deeg commented Mar 23, 2016

Thanks for doing this.

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

@zhouzi
Copy link
Contributor Author

zhouzi commented Mar 24, 2016

Glad to hear it!

@deeg deeg closed this in 32473bf Mar 25, 2016
@deeg deeg removed the needs review label Mar 25, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Using ng-if along with ui-tinymce causes the ngModel controller not to be found
2 participants