angularjs-oauth / oauth-ng

AngularJS directive for the OAuth 2.0 Implicit Flow
http://angularjs-oauth.github.io/oauth-ng/
MIT License
363 stars 156 forks source link

Add explicit annotation to Endpoint factory #120

Closed JoaoMosmann closed 8 years ago

JoaoMosmann commented 8 years ago

The Endpoint factory is using implicit annotation, which causes problems when minifying the code.

bpwalford commented 8 years ago

I just ran into problems with this myself. It would be great to see this merged.