mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-26 15:55:31 +02:00
Refactored keycodes to its own module.
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
module.exports = angular.module('stf/control', [
|
||||
require('stf/socket').name,
|
||||
require('stf/transaction').name
|
||||
require('stf/transaction').name,
|
||||
require('stf/keycodes').name
|
||||
])
|
||||
.factory('ControlService', require('./control-service'))
|
||||
|
||||
Reference in New Issue
Block a user