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 am trying to add summernote to my project. I followed the instruction given in the documentation. But unfortunately getting the following error in the browser - **Error stacktrace:** Error:...

Hi, How can I set codeview as default view ? Does it have to do something with config/options?

I would like use add a custom hex code in the color picker but it required to upgrade the latest version. ![Selection_543](https://user-images.githubusercontent.com/1658021/71337946-d8fac000-2573-11ea-90cd-729f309d8c5e.png) Please help me how to upgrade angular-summernote js...

I use summernote in an Angular 1.7.4 project with angular-summernote package but the bower.json file of summernote missing the main property to load the package. This doesn't allow me to...

Hi, in my application there are situation in which I need to change configuration options for summernote. Since it is not possible to change options after summernote has been initialised...

Please check angular 2 example http://jsfiddle.net/outsider/16xL9np9/ popover working properly with normal JS ![image](https://user-images.githubusercontent.com/10244487/31279446-bc306b02-aac6-11e7-9d24-10e209827eae.png)

Hi, This script is weak for XSS-attacks. Tried to following: ``` alert('Hacked: ' + localStorage.getItem('auth-token')); ``` Should be fixed on the angular way maybe?

This will fix the error if you are using $sce to display the content as an html.

this used to work to get the editor ``` var editor = $.summernote.eventHandler.getModule(); ``` But after update summer note to version 0.7.1 its broken. The correct way to get the...

enhancement