-
Notifications
You must be signed in to change notification settings - Fork 25
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
Error: io.socket is undefined #20
Comments
I am facing the same issue too. Is there any other js file to be included like sails.io.js etc. |
Same issue here too, did you manage to fix it? |
Yeah I did, you need to manually include Sails.io.js before loading Angular Sails binds, the plug in does work it just not include the required file. |
Yes, sorry for the long delay in answering, I've been really busy at may day-job. You should include sails.io.js. It gets added by default on sailjs projects. I may need to add that to the readme. |
I am trying to integrate this with my angular project but as soon as I make a call inside a controller I get the following error:
I have confirmed that sails.io.js is being included before angular etc etc, any ideas?
The text was updated successfully, but these errors were encountered: