angular-socket-io
angular-socket-io copied to clipboard
The minified version does not correctly pass options in connect() call
I tried to fix it, but push was not allowed.
The options (minified name e) in socket.min.js are not getting passed in connect() as it is the case in socket.js. o=e.ioSocket||io.connect() // no argument o=e.ioSocket||io.connect(e) // this is what it must have.