mgonto / angularytics

The solution to tracking page views and events in a SPA with AngularJS
MIT License
630 stars 70 forks source link

Remove the dependency on Lodash / Underscore #1

Closed Siyfion closed 11 years ago

Siyfion commented 11 years ago

Not everyone wants to use lodash or underscore. I for one, use SugarJS and I sure as hell don't want to be forced to include another utility library as well!

Surely removing the dependency altogether and using straight native code is the best option?

mgonto commented 11 years ago

Hey, as for the time being I don't use it much, I'll actually remove this .

Thanks for the input!

Siyfion commented 11 years ago

:+1:

No problem, I think your library is always more likely to have a much wider appeal if you try to limit the dependencies as much as possible.