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

Commit da64eb9

Browse files
orzilcadeeg
authored andcommitted
Added priority to directive
Fixes various problems causing the editor not to show up or not to respond to ng-model change Closes #146 Closes #156
1 parent a5f8d66 commit da64eb9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tinymce.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ angular.module('ui.tinymce', [])
1313

1414
return {
1515
require: ['ngModel', '^?form'],
16+
priority: 999,
1617
link: function(scope, element, attrs, ctrls) {
1718
if (!$window.tinymce) {
1819
return;

0 commit comments

Comments
 (0)