mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 16:13:24 +02:00
7 lines
119 B
JavaScript
7 lines
119 B
JavaScript
module.exports = function InputCtrl($scope) {
|
|
|
|
$scope.press = function(key) {
|
|
$scope.control.keyPress(key)
|
|
}
|
|
}
|