We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ce58e8 commit b530695Copy full SHA for b530695
templates/app/client/components/socket(socketio)/socket.service.js
@@ -4,6 +4,7 @@ import angular from 'angular';
4
import io from 'socket.io-client';
5
6
function Socket(socketFactory) {
7
+ 'ngInject';
8
// socket.io now auto-configures its connection when we ommit a connection url
9
var ioSocket = io('', {
10
// Send auth token on connection, you will need to DI the Auth service above
0 commit comments