inspector-gadget
inspector-gadget copied to clipboard
Any thought for a non-jQuery version?
I like it, but I am loathe to include jQuery in a pure NG project.
Any thoughts on eliminating that dependency?
--mike
Probably not. I hate dependency bloat as next as the next person. But this directive uses bootstrap JS directly (wrapping bootstrap's popover), which requires Jquery (see top of linked page).
Hmm. I use the angular bootstrap lib ... jquery free!!!!
--mike On Oct 19, 2014 5:27 PM, "Doug Turnbull" [email protected] wrote:
Probably not. I hate dependency bloat as next as the next person. But this directive uses bootstrap JS directly (wrapping bootstrap's popover http://getbootstrap.com/javascript/#popovers), which requires Jquery (see top of linked page).
— Reply to this email directly or view it on GitHub https://github.com/softwaredoug/inspector-gadget/issues/3#issuecomment-59666180 .
Very true, though it'd be a big task to rewrite bootstrap's popover. This library right now is for those that already have jQuery/bootstrap