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

Ensure that angular is loaded for commonjs #37

Closed whitneyit closed 8 years ago

whitneyit commented 8 years ago

This stops some edge case loading scenarios where window.angular is not available.

RE: #35

ajbrown commented 8 years ago

@whitneyit what effect does this have on users that are loading this through <script> tags in the browser?

ajbrown commented 8 years ago

Answered my own question :-) Thanks @whitneyit !

whitneyit commented 8 years ago

:)