ajbrown / angular-loggly-logger

An AngularJS module which sends your $log message to loggly, and provides a service for manually sending messages to loggly.
MIT License
32 stars 49 forks source link

Rename module to not use the ng prefix #2

Closed amitaibu closed 9 years ago

amitaibu commented 9 years ago

I believe the ng prefix (as in ngLoggly) as meant to be used only for Angular core modules. Maybe worth changing it?

ajbrown commented 9 years ago

I agree

ajbrown commented 9 years ago

I'm going to schedule this for a 0.1.0 release just to make sure it doesn't break anyone implementing this via Bower with fuzzy versioning.

ajbrown commented 9 years ago

The new name in 0.1 will be logglyLogger

amitaibu commented 9 years ago

Thanks :)