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