inspector-gadget icon indicating copy to clipboard operation
inspector-gadget copied to clipboard

Any thought for a non-jQuery version?

Open mbcooper opened this issue 10 years ago • 3 comments

I like it, but I am loathe to include jQuery in a pure NG project.

Any thoughts on eliminating that dependency?

--mike

mbcooper avatar Oct 19 '14 20:10 mbcooper

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).

softwaredoug avatar Oct 19 '14 21:10 softwaredoug

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 .

mbcooper avatar Oct 19 '14 22:10 mbcooper

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

softwaredoug avatar Oct 31 '14 03:10 softwaredoug