diff --git a/src/tinymce.js b/src/tinymce.js index 037a26e..24aaf29 100644 --- a/src/tinymce.js +++ b/src/tinymce.js @@ -8,6 +8,7 @@ angular.module('ui.tinymce', []) var generatedIds = 0; return { require: 'ngModel', + priority: 1, link: function (scope, elm, attrs, ngModel) { var expression, options, tinyInstance, updateView = function () {