btford / angular-socket-io

Socket.IO component for AngularJS
1.51k stars 233 forks source link

Does this package include socket.io or do I need to install separately? #121

Closed needforspeed closed 9 years ago

needforspeed commented 9 years ago

I didn't see socket.io in bower.json or package.json

btford commented 9 years ago

Nope, you're responsible for loading it yourself.

PR to add this to readme welcome.