mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 08:03:30 +02:00
Added Ringer Mode Setting UI.
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
require('./input.css')
|
||||
|
||||
module.exports = angular.module('stf.advanced.input', [
|
||||
require('stf/keycodes').name
|
||||
])
|
||||
.run(["$templateCache", function ($templateCache) {
|
||||
$templateCache.put('control-panes/advanced/input/input.jade',
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
module.exports = function InputCtrl($scope, KeycodesAndroid) {
|
||||
module.exports = function InputCtrl($scope) {
|
||||
|
||||
$scope.press = function (key) {
|
||||
$scope.control.keyPress(key)
|
||||
|
||||
Reference in New Issue
Block a user