lemonde / angular-ckeditor

CKEditor directive for Angular.
137 stars 133 forks source link

CKEditor on view mode #73

Closed A-Allam closed 7 years ago

A-Allam commented 7 years ago

How can I make the content of the CKEditor on the view mode only?

mckoon commented 7 years ago

With an attribute of readonly. You can also use ng-readonly="expression" if you have the need.

Relevant code: https://github.com/lemonde/angular-ckeditor/blob/master/angular-ckeditor.js#L50-L53