mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-19 08:43:45 +02:00
6 lines
207 B
JavaScript
6 lines
207 B
JavaScript
module.exports = angular.module('stf/control', [
|
|
require('stf/socket').name
|
|
])
|
|
.factory('TransactionService', require('./transaction-service'))
|
|
.factory('ControlService', require('./control-service'))
|