Skip to content

Instantly share code, notes, and snippets.

@mfbx9da4
Created March 11, 2016 20:05
Show Gist options
  • Save mfbx9da4/41df3703432c582f920a to your computer and use it in GitHub Desktop.
Save mfbx9da4/41df3703432c582f920a to your computer and use it in GitHub Desktop.
app.factory('socket', function($rootScope) {
var socket = io.connect();
return socket;
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment