1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-06 03:50:04 +02:00
OpenSTF/res/app/components/stf/control/index.js
2014-08-25 12:32:23 +09:00

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'))