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

not working with angular-bootstrap

Open scne opened this issue 9 years ago • 3 comments

In my Chrome's console there are this two errors

jquery.js:9779 Uncaught TypeError: elem.getClientRects is not a function summernote.js:1972 Uncaught TypeError: $dialog.modal is not a function

I've tried with and without angular-bootstarp but the result is the same.

Please help me!

scne avatar Jun 15 '16 16:06 scne

Ok with bootstrap and jquery 2.1.0 all works fine. When I try to use ui.bootstrap I have to install jquery-ui otherwise I get error about tooltips function. So when I install jquery-ui error about tooltips gone but I get error above jquery.js:9779 Uncaught TypeError: elem.getClientRects is not a function

scne avatar Jun 15 '16 17:06 scne

Ok with jquery:2.2.4 and jquery-ui:1.11.4 all errors gone but I can't use it correctly!

http://jsfiddle.net/n8dt4/357/

scne avatar Jun 15 '16 18:06 scne

@scne did you find a solution to use it with ui.bootstrap? I am facing the same issue.

alereisan avatar Nov 20 '16 21:11 alereisan