angular-summernote
angular-summernote copied to clipboard
Remove Boostrap reference fails
Hi!
I've read in several issues here that using summernote-bsx.css and summernote-bsx.js Summernote will not use Bootstrap, so it will not rewrite my CSS style. But, when I use them and remove Bootstrap references, I get this error:
$node.attr(...).tooltip is not a function
I've been reading about this and (oh, surprise!) it says that I need to load Bootstrap files...
Is there any way to use angular-summernote without Bootstrap and its class rewriting?
Thanks.