ng-socket
ng-socket copied to clipboard
Angular Module for Socket.io
I can't find the $socket factory as it is nowhere defined
This isn't working to automatically remove listeners on $scope destruction: ` $socket.on('someEvent', $scope, function(data) { ... }); ` If you navigate from one page to another and then back to...
Current implementation does not respect `emit` function prototype. There are cases where one does not want to send data nor use a callback function, etc. This change allows variable number...
This gives us the ability to change the path, or other options inside socket.io
Please is there a way to delay connection till after authentication so that I can attach a query token to the connection? And conversely too, to disconnect after logout? Thanks
I would like to set a timeout on a client that checks the current status or health of the socket connection. I would prefer not having to broadcast/emit to do...
So I ran into a issue where I had to load your plugin with requirejs and provide the angular functionality. Here's my (more hacked) solution: [ng-socket repository fork](https://github.com/Cyruxx/ng-socket)