Skip to content
This repository was archived by the owner on Feb 18, 2025. It is now read-only.

decorator bug angular-simple-logger.min.js (min only) #17

Open
nmccready opened this issue Oct 30, 2015 · 0 comments
Open

decorator bug angular-simple-logger.min.js (min only) #17

nmccready opened this issue Oct 30, 2015 · 0 comments
Labels

Comments

@nmccready
Copy link
Owner

Error when using decorator

  }(), this.decorator = ["$log", function(e) {
                var o;
                return o = new n(e), o.currentLevel = r.debug, o

will only work when

  }(), this.decorator = ["$log", function($delegate) {
                var o;
                return o = new n($delegate), o.currentLevel = r.debug, o

Wonder if we can skip this section for minify.

@nmccready nmccready added the bug label Oct 30, 2015
@nmccready nmccready changed the title angular-simple-logger.min.js decorator bug angular-simple-logger.min.js (min only) Nov 4, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant