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