Files
stf-DeviceFarmer/res/app/components/stf/user/group/index.js
Gunther Brunner aad3db8828 Fixed most of the dependencies by unit testing.
Refactored TransactionService and StorageService.
2014-08-22 15:32:09 +09:00

7 lines
197 B
JavaScript

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