angular / ngSocket

WebSocket support for angular
Apache License 2.0
204 stars 25 forks source link

ngSocket is not registered with Bower #5

Closed begriffs closed 10 years ago

begriffs commented 10 years ago

I had to point bower at the github repo to install the package.

begriffs commented 10 years ago

Also installing with bower pointing at git repo does not include ngWebSocketBackend. I'd like to have this as one my my bower devDependencies so I can test my angular module that uses websockets.

jeffbcross commented 10 years ago

I've fixed the bower issue; not sure what happened there.

Regarding the other issue you mentioned, that was fixed in https://github.com/angular/ngSocket/commit/ea67f7aabb9f6afaf56866830d36264eba7bc694

jeffbcross commented 10 years ago

Thank you for raising the issue!