mirror of
https://github.com/openstf/stf
synced 2025-10-06 03:50:04 +02:00
6 lines
266 B
JavaScript
6 lines
266 B
JavaScript
module.exports = angular.module('stf/control', [
|
|
require('stf/socket').name
|
|
])
|
|
.factory('TransactionService', require('./transaction-service'))
|
|
.factory('ControlService', require('./control-service'))
|
|
.factory('StorageService', require('./storage-service'))
|