mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-19 00:33:30 +02:00
All services added back.
This commit is contained in:
5
res/app/components/stf/user/group/index.js
Normal file
5
res/app/components/stf/user/group/index.js
Normal file
@@ -0,0 +1,5 @@
|
||||
module.exports = angular.module('stf/group', [
|
||||
require('stf/socket').name,
|
||||
require('stf/user').name
|
||||
])
|
||||
.factory('GroupService', require('./group-service'))
|
||||
Reference in New Issue
Block a user