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

Commit b6294f7

Browse files
committed
Closes #169, closes #150, closes #163 - Default to getting content in HTML format, and add ability to overwrite with format option.
1 parent 27959bd commit b6294f7

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
@@ -99,7 +99,7 @@ angular.module('ui.tinymce', [])
9999
});
100100
}
101101
},
102-
format: expression.format || 'raw',
102+
format: expression.format || 'html',
103103
selector: '#' + attrs.id
104104
};
105105
// extend options with initial uiTinymceConfig and

0 commit comments

Comments
 (0)