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

Commit 72cae10

Browse files
Jakobovskideeg
authored andcommitted
Added support for setting baseURL
1 parent 9d9e468 commit 72cae10

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
@@ -109,6 +109,7 @@ angular.module('ui.tinymce', [])
109109
// element to be present in DOM before instantiating editor when
110110
// re-rendering directive
111111
$timeout(function() {
112+
tinymce.baseURL = options.baseURL;
112113
tinymce.init(options);
113114
toggleDisable(scope.$eval(attrs.ngDisabled));
114115
});

0 commit comments

Comments
 (0)