mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-20 12:55:26 +02:00
Added stub for refactoring screen to screen-keyboard and screen-touch.
This commit is contained in:
4
res/app/components/stf/screen/screen-touch/index.js
Normal file
4
res/app/components/stf/screen/screen-touch/index.js
Normal file
@@ -0,0 +1,4 @@
|
||||
module.exports = angular.module('stf.screen-touch', [
|
||||
|
||||
])
|
||||
.directive('screenTouch', require('./screen-touch-directive'))
|
||||
Reference in New Issue
Block a user