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

Commit 37daf1b

Browse files
committed
Update README.md
1 parent 1087020 commit 37daf1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ The directive supports all of the standard TinyMCE initialization options as lis
7979

8080
In addition, it supports these additional optional options
8181

82-
- `format` Format to get content as, i.e. 'raw' for raw HTML, or 'text' for text only. Documentation [here](http://www.tinymce.com/wiki.php/api4:method.tinymce.Editor.getContent)
82+
- `format` Format to get content as, i.e. 'raw' for raw HTML, or 'text' for text only. Defaults to 'html'. Documentation [here](http://www.tinymce.com/wiki.php/api4:method.tinymce.Editor.getContent)
8383
- `trusted` When `true`, all TinyMCE content that is set to `ngModel` will be whitelisted by `$sce`
8484

8585
This option is only supported when present on the `uiTinymceConfig` global injectable - this injectable needs to be an object.
@@ -110,4 +110,4 @@ myAppModule.controller('MyController', function($scope) {
110110

111111
# Contributing to the project
112112

113-
We are always looking for the quality contributions! Please check the [CONTRIBUTING.md](CONTRIBUTING.md) for the contribution guidelines.
113+
We are always looking for the quality contributions! Please check the [CONTRIBUTING.md](CONTRIBUTING.md) for the contribution guidelines.

0 commit comments

Comments
 (0)