JamesRandall / AngularJS-OAuth2

Package for allowing an AngularJS application to authenticate with an OAuth 2 / Open ID Connect identity provider using the implicit flow.
MIT License
46 stars 42 forks source link

Error loading module #40

Closed simo3o closed 7 years ago

simo3o commented 7 years ago

Hi, I'm having an issue loading the module, it looks like it's the oauth2.directive part that crashes, is there any dependency or anything I need to load before yours? I've already loaded angular-md5 and ngStorage. Thanks.

simo3o commented 7 years ago

The problem was I'm using ui-router no ngRoute so I had that dependency failing. I close this issue