angular-summernote icon indicating copy to clipboard operation
angular-summernote copied to clipboard

AngularJS directive to Summernote

Results 93 angular-summernote issues
Sort by recently updated
recently updated
newest added

I want to decorate the directive with default options, but the decorator CB never fires. I have other directives I'm decorating in the same way and they do work. Any...

Hi! I'm running at the moment angular-summernote (0.8.1), the angular module works, but some buttons of the toolbar are not working as expected. Ex1 : Font selector is not displaying...

When selecting the text, i need to add the outer div with some format, I have used this code, but throws some exceptions, const range = currentElement.summernote('createRange'); var newrange=range.nativeRange() const...

I have created the custom button, on pressing this button, I have included the checkbox by using this code, context.invoke('editor.pasteHTML', ''); By on clicking, the code should be changed into...

Many questions already asked on this topic. I tried almost all the solutions for last 2 days. But nothing worked out. So raising this question. I am having a Angular...

Hi, we use summernote 0.8.1 together with angular-summernote v0.8.1 and angularjs 1.7.9. While editing some text in codeview mode, the cursor unpredictably jumps to the end of the text. This...

when I click on the image `note-popover popover in note-image-popover bottom `style display changes to `block` from `none` but the `div `body is not showing there.' I have also tried...

Hi there, is there a way to disable the summernote? I have tried using ng-disabled but it doesn't seem to work. Good job either way.

enhancement

Hi, Firsly thank you for this awesome module, great job. I have a small probleme using it, initial content is set after summernote and page init. (Page loaded ( with...