angular-summernote
angular-summernote copied to clipboard
Unable to pull data from 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 editor & also to call a function when there is change of text in the editor. Initialized summernote with the below function. scope.initializeSummernote = function() { $('.summernoteWYSWIG').summernote({ placeholder: 'Enter your message place images and videos...', onChange: scope.updateMessage }); }; & using $('.summernoteWYSWIG').summernote('code'); for retreiving the data. summernote.zip
Thanks in Advance.