1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-05 02:29:26 +02:00
OpenSTF/res/app/components/stf/user/group/index.js
2014-02-18 20:43:46 +09:00

5 lines
No EOL
161 B
JavaScript

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