Added Ringer Mode Setting UI.

This commit is contained in:
Gunther Brunner
2014-08-25 15:00:33 +09:00
parent 019a2499e9
commit dbd48aaab4
4 changed files with 42 additions and 7 deletions

View File

@@ -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',

View File

@@ -1,4 +1,4 @@
module.exports = function InputCtrl($scope, KeycodesAndroid) {
module.exports = function InputCtrl($scope) {
$scope.press = function (key) {
$scope.control.keyPress(key)