Results 2 comments of Bao Nhan

You can also disable it by accessing the underlying summernote element: ```js $scope.init = function() { $timeout(function() { $scope.editor.summernote('disable'); }, 0); }); ``` ```html ```