Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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 join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant