When I remove the jquery refrence color picker is not working in WYSIWYG directive and in my project I should not use jQuery
so is there any way to do this without using jquery? Or is there any other editor which has no jquery refrence?plunker with jquery ref
The problem you have actually is not with colorPicker
but with the wysiwyg
module itself as stated in it's code comments:
Requires: Twitter-bootstrap, fontawesome, jquery, angularjs, bootstrap-color-picker
anyway, fortunately that module is using jquery only for bootstrap and tooltip plugin...
so i have:
wysiwyg
module to use the uib-tooltip
directivecontenteditable
divhope this help. ;-)