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

Commit 613ae99

Browse files
shaunraderwesleycho
authored andcommitted
Angular 1.2.x model binding support
1 parent 2c94702 commit 613ae99

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
@@ -8,6 +8,7 @@ angular.module('ui.tinymce', [])
88
var generatedIds = 0;
99
return {
1010
require: 'ngModel',
11+
priority: 1,
1112
link: function (scope, elm, attrs, ngModel) {
1213
var expression, options, tinyInstance,
1314
updateView = function () {

0 commit comments

Comments
 (0)