wilk / ng-websocket

AngularJS HTML5 WebSocket powerful library
MIT License
267 stars 78 forks source link

Avoids duplicated registration of event handler/Optional deregistration of event handlers #32

Open Eduardo-M-Cavalcanti opened 8 years ago

Eduardo-M-Cavalcanti commented 8 years ago

Modification to method $on, avoiding duplicated registration of event handler.

Eduardo-M-Cavalcanti commented 8 years ago

There is a former push request with optional deregistration of event handlers. This one allows deregistration of multiple handlers in the same call. In line with $on, that allows the the registration of multiple handlers in the same call