angular-summernote
angular-summernote copied to clipboard
AngularJS directive to Summernote
I got struck up with summernote('code').I'm using summernote-0.8.3 version. summernote('code') is not pulling the data from the editor.What I need to do to retrieve the changes of text in the...
If the model value change empty from not-empty, the content area will not change.
Not all summernote options are supported. For example: `disableDragAndDrop`. Also on the documentation page a more complex example for options usage is required. For example to set `minHeight = 300`...
My current structure of application require me to use controller context as I am using Component-based application architecture to bind data from controller to template. But when i try to...
nwe bower
when i include angular-summernote into my project, I just get all function dialogs poped up. And I cannot close them.
version: angularJs:1.5.0 angular-summernote:0.2.3 /0.3.1 summernote:0.5.2 /0.6.0 html: js: $scope.imageUpload = function(files) { var url = 'xxx'; var editor = $.summernote.eventHandler.getModule(); editor.insertImage($scope.editable, url); } Has anybody got any solution?
when i try on my code ``` ``` on my admin editor i put some styles and the styles are gone when i use the above