UNPKG

generator-sean

Version:
8 lines (6 loc) 149 B
'use strict'; angular.module('core').factory('RealTime', ['socketFactory', function(socketFactory) { return socketFactory(); } ]);