janpantel / angular-sails

An angular module for using the sails socket.io api
MIT License
307 stars 56 forks source link

Fix(once): moved once to a special function #54

Closed TheSharpieOne closed 9 years ago

TheSharpieOne commented 9 years ago

Fix for #53. This will not try to bind once at the start, it will only bind once when it is called if there is an open socket.

Note: This was solved a different and more effective way in 2.0.