-
Notifications
You must be signed in to change notification settings - Fork 128
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
depends on bootstrap.min.js #21
Comments
@mschwartz |
Yes, thank you. I removed data-dropdown and now only one click is required. However, maybe it should be noted somewhere on your wiki or README.md? On Sat, Oct 4, 2014 at 4:04 AM, JeongHoon Byun (aka Outsider) <
|
@mschwartz |
AngularUI Bootstrap module is written to replace the JavaScript file for Summernote was intended to work with Bootstrap, so the coder implemented If you do not include bootstrap.js, summernote throws exceptions. If you If you include both, then both JavaScript files try to listen on various If you have a drop down in the navbar, and use data-dropdown directive as The solution is to not use data-dropdown directive. However, the real |
Thanks @mschwartz |
@mschwartz I'm usign |
This is an issue because for angular, I would want to use angular-bootstrap. This means I have to include two conflicting scripts: bootstrap.min.js and ui-bootstrap-tpls.js. That is, if I don't include bootstrap.min.js, angular-summernote throws an error - it must be calling something in that javascript directly (summernote is).
The problem is they conflict. I have a dropdown menu on my nav bar and with both those loaded, I have to click twice to open the dropdown. If I remove either, I only have to click once, but summernote stops working.
Suggestions?
The text was updated successfully, but these errors were encountered: