mirror of
https://github.com/openstf/stf
synced 2025-10-05 19:42:01 +02:00
6 lines
120 B
JavaScript
6 lines
120 B
JavaScript
module.exports = function InputCtrl($scope) {
|
|
|
|
$scope.press = function (key) {
|
|
$scope.control.keyPress(key)
|
|
}
|
|
}
|