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

When you press backspace in Microsoft Edge to delete characters, the binding always seems to be one character behind. This can be reproduced using this demo: http://jsfiddle.net/outsider/n8dt4/158/light/ Scroll down to...

bug

I have set the limit of text in the editor and when i "**ctrl+z**" the exceeded text it gives me "**IndexSizeError: Index or size is negative or greater than the...

I would like to appy 'angular-summernote' with webpack. but it doesn't work with commonjs (eg componentjs, Webpack, Browserify). doesn't it support yet the require or import, like this? angular.module('myModule', [require('summernote'),...

After creating a table with col x row size... is there any way to: 1. delete the entire table? 2. change the col x row size? (ie, add or remove...

Hi, I tried using ng-readonly to have a readonly summernote, could not make it work, could you please help?

enhancement

I am using angular-summernote and summer note 0.8.1 And I am using the directive inside and include using ng-include Please let me know what might me the issue Error I...

In my view, there are two editors, and seems the $scope.editor and $scope.editable will conflict. In callback function, only one editor can be accessed.

I found one issue while adding HTML node as a hint content. Hint match option is '@a'. When user tried to type @a the dropdown with hint is shown Hint...

I need disabled that because sometimes its stands fixed on the views.

For some reason when I add `` in my HTML, my angular controller runs 4 times. I would like to know why :(. I can provide more information if necessary...