-
Notifications
You must be signed in to change notification settings - Fork 126
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
Login Promise doesn't work #123
Comments
anyone else? this is still not working! |
Try passing in an empty function. I found that fixed my similar problem with Facebook.login(angular.noop).then(function() {
...
}); |
And with your fix, how can you add parameters, like {scope: 'email'}? |
Ahh... I see... |
Just fixed it then. |
Oh great, thanks! Is there any way to merge this change to official repository? @Ciul |
I try this code and Promise is not resolved:
But, callback works instead:
The text was updated successfully, but these errors were encountered: