angularjs-logDecorator icon indicating copy to clipboard operation
angularjs-logDecorator copied to clipboard

Demonstration of AngularJS Decorators to enhance and supercharge $log

Results 6 angularjs-logDecorator issues
Sort by recently updated
recently updated
newest added

The `LICENSE` file denotes an MIT license, but [the `README.md`'s "License" heading](https://github.com/ThomasBurleson/angularjs-logDecorator/blob/master/README.md#license) shows "other things" (a custom license, it seems). This implies a dual-licensing, to me. Please clarify this aspect;...

After merging this PR, we'd have the situation: 1. If you need a decorated logger, just require 'mindspace/logger/ExternalLogger' 2. If you need decorated loggers with AngularJS, require 'angular-logX' and add...

Looks like copy and paste strikes again. The line in the Demo #5 section code on the README.md has a mistake, the actual code is correct in the repository however...

I am contemplating using this or something like it with a project here, but we're not using Require as part of the project. Have you thought about removing that (and...

![nglog-ouptut](https://f.cloud.github.com/assets/210413/2515299/4cdc1162-b442-11e3-80f0-3133890a355b.png)

Hey, first of all: Great Decorator - Example, thanks! I often use $log.info with objects and often with multiple params, to show all properties, but with your decorator these are...