1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-05 19:42:01 +02:00
OpenSTF/res/app/components/socket/index.js
2014-02-18 19:26:30 +09:00

4 lines
124 B
JavaScript

require('angular')
module.exports = angular.module('socket', [])
.factory('SocketService', require('./socket-service'));