angular-summernote
angular-summernote copied to clipboard
not working with angular-bootstrap
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!
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
Ok with jquery:2.2.4 and jquery-ui:1.11.4 all errors gone but I can't use it correctly!
@scne did you find a solution to use it with ui.bootstrap? I am facing the same issue.