mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 16:23:28 +02:00
Fixed most of the dependencies by unit testing.
Refactored TransactionService and StorageService.
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
module.exports = angular.module('stf/group', [
|
||||
require('stf/socket').name,
|
||||
require('stf/user').name
|
||||
require('stf/user').name,
|
||||
require('stf/transaction').name
|
||||
])
|
||||
.factory('GroupService', require('./group-service'))
|
||||
.factory('GroupService', require('./group-service'))
|
||||
|
||||
Reference in New Issue
Block a user