auth0 / angular-auth0

Angular 1.x Wrapper for Auth0.js v9 and higher
MIT License
24 stars 22 forks source link

DI annotations #5

Closed mattjbray closed 8 years ago

mattjbray commented 8 years ago

I'm having the same issue as https://github.com/auth0/angular-lock/pull/2, any chance you could do the same thing in this repo?

The annotation is present in ./dist/angular-auth0.js, but the package.json points to ./angular-auth0.js, which doesn't have annotations. So things break when using npm/webpack.

mattjbray commented 8 years ago

Duplicated #4, sorry.