Closed A-Allam closed 7 years ago
How can I make the content of the CKEditor on the view mode only?
With an attribute of readonly. You can also use ng-readonly="expression" if you have the need.
readonly
ng-readonly="expression"
Relevant code: https://github.com/lemonde/angular-ckeditor/blob/master/angular-ckeditor.js#L50-L53
How can I make the content of the CKEditor on the view mode only?