Added stub for refactoring screen to screen-keyboard and screen-touch.

This commit is contained in:
Gunther Brunner
2014-07-17 18:20:10 +09:00
parent 9303c073b6
commit 321e61db64
8 changed files with 80 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
module.exports = angular.module('stf.screen-touch', [
])
.directive('screenTouch', require('./screen-touch-directive'))