angular-ui / ui-tinymce

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

Compile error and editor does not load #228

Closed rodrigopavezi closed 8 years ago

rodrigopavezi commented 8 years ago

Hello,

After yesterday's release we are getting the following error and editor does not load. Would you have any clue why this is happening?

Error: [$compile:ctreq] http://errors.angularjs.org/1.3.20/$compile/ctreq?p0=ngModel&p1=uiTinymce at Error (native) at http://ajax.googleapis.com/ajax/libs/angularjs/1.3.20/angular.min.js:6:417 at M (http://ajax.googleapis.com/ajax/libs/angularjs/1.3.20/angular.min.js:56:127) at http://ajax.googleapis.com/ajax/libs/angularjs/1.3.20/angular.min.js:56:193 at r (http://ajax.googleapis.com/ajax/libs/angularjs/1.3.20/angular.min.js:7:322) at M (http://ajax.googleapis.com/ajax/libs/angularjs/1.3.20/angular.min.js:56:170) at I (http://ajax.googleapis.com/ajax/libs/angularjs/1.3.20/angular.min.js:59:293) at g (http://ajax.googleapis.com/ajax/libs/angularjs/1.3.20/angular.min.js:51:335) at g (http://ajax.googleapis.com/ajax/libs/angularjs/1.3.20/angular.min.js:51:352) at g (http://ajax.googleapis.com/ajax/libs/angularjs/1.3.20/angular.min.js:51:352)(anonymous function) @ angular.js:11706(anonymous function) @ angular.js:8619n.$digest @ angular.js:14430(anonymous function) @ angular.js:14609e @ angular.js:4940(anonymous function) @ angular.js:5328

Thank you very much.

deeg commented 8 years ago

A priority was added to the directive, could that have something to do with it?

Can you please post a plunker re-creating the issue so we can take a look?

deeg commented 8 years ago

Please take a look at CONTRIBUTING.md.

If you have found a bug, please open a new issue with a plunker re-creating it.