1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-05 19:42:01 +02:00
OpenSTF/res/app/control-panes/advanced/input/input-controller.js
2014-08-25 15:00:33 +09:00

6 lines
120 B
JavaScript

module.exports = function InputCtrl($scope) {
$scope.press = function (key) {
$scope.control.keyPress(key)
}
}