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

2 lines
101 B
JavaScript

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