Skip to content

Commit 832da5c

Browse files
Change for the issue where Ngmodel is discarded by initOnClick:true
1 parent 7ddc459 commit 832da5c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/angular-froala.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@
116116

117117
ctrl.registerEventsWithCallbacks('froalaEditor.initialized', function () {
118118
ctrl.editorInitialized = true;
119+
ngModel.$render()
119120
})
120121

121122
// Register events provided in the options

0 commit comments

Comments
 (0)