-
Notifications
You must be signed in to change notification settings - Fork 232
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
Installing on Rails site using Angular #26
Comments
Try including "angular-cookies" in your bower.json and loading it in your ng-application.js file |
Thanks @smarquez1! I'll make a note of this in the installation instructions. |
Thank you @smarquez1! |
I just updated the installation instructions. Let me know if this isn't clear: |
nbrustein
pushed a commit
to nbrustein/ng-token-auth
that referenced
this issue
May 27, 2015
Remove OmniAuth dependency
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have an Angular site within a Rails app, but am unable to install 'ng-token-auth'. I have:
Get the error:
Uncaught Error: [$injector:modulerr] Failed to instantiate module myApp due to:
Error: [$injector:modulerr] Failed to instantiate module ng-token-auth due to:
Error: [$injector:modulerr] Failed to instantiate module ngCookies due to:
Error: [$injec......2)
The text was updated successfully, but these errors were encountered: