angular-summernote
angular-summernote copied to clipboard
AngularJS directive to Summernote
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.  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 
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?
angular2+ support?
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...