1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-04 18:29:17 +02:00
OpenSTF/res/app/components/stf/socket/index.js
2014-03-25 18:51:50 +09:00

2 lines
100 B
JavaScript

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