lwhiteley / AngularLogExtender

AngularLogExtender is an AngularJS module that extends the Angular $log functionality. It uses the native $decorator to push the $log pass its capabilities and provide new functionality such as configuring the $log for different environments such as production and development
MIT License
40 stars 8 forks source link

Enhancements done #12

Closed lwhiteley closed 10 years ago

lwhiteley commented 10 years ago

useDefaultLogPrefix was updated to accept null as being true containsKnownCssKeys was updated to iterate through a list of keys instead of having the keys inside the function

lwhiteley commented 10 years ago

issues #9 , #10 and #11 were addressed in this Pull Request

lwhiteley commented 10 years ago

updates were made

lwhiteley commented 10 years ago

oh remember we have a trailing pull request here... was there anything else this pull request needed?

i will create another branch logpush to start working the log push service.

ferronrsmith commented 10 years ago

Will take a look at this