Skip to content
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

Module 'btford.socket-io' is not available! #161

Open
fullstackguyhere opened this issue Dec 18, 2017 · 1 comment
Open

Module 'btford.socket-io' is not available! #161

fullstackguyhere opened this issue Dec 18, 2017 · 1 comment

Comments

@fullstackguyhere
Copy link

let groupModule = angular.module('app.group',['btford.socket-io']);

I have included socket.js and /socket.io/socket.io.js as well. Still getting this error.

@rohitdk
Copy link

rohitdk commented Feb 4, 2018

Hey, You can use CDN, it works for me.
socket.zip
`<script src="https://cdnjs.cloudflare.com/ajax/libs/socket.io/2.0.4/socket.io.js"></script>

<script src="https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.6.5/angular.js"></script> <script src="/socket.js"></script>`

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants