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

Unable to pull data from summernote

Open DivyaEnjoyneer opened this issue 8 years ago • 0 comments

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.

DivyaEnjoyneer avatar May 04 '17 07:05 DivyaEnjoyneer