Skip to content

Commit 82b6e30

Browse files
whtevnwesleycho
authored andcommitted
adding priority for ngmodel re-rendering's sake
Remove old priority to give users more control over priority order
1 parent ef534e7 commit 82b6e30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tinymce.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ angular.module('ui.tinymce', [])
77
uiTinymceConfig = uiTinymceConfig || {};
88
var generatedIds = 0;
99
return {
10+
priority: 10,
1011
require: 'ngModel',
11-
priority: 1,
1212
link: function (scope, elm, attrs, ngModel) {
1313
var expression, options, tinyInstance,
1414
updateView = function () {

0 commit comments

Comments
 (0)