Bao Nhan
Results
2
comments of
Bao Nhan
+1
You can also disable it by accessing the underlying summernote element: ```js $scope.init = function() { $timeout(function() { $scope.editor.summernote('disable'); }, 0); }); ``` ```html ```