mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-26 15:55:31 +02:00
Added stub for refactoring screen to screen-keyboard and screen-touch.
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
module.exports = function screenTouchDirective() {
|
||||
return {
|
||||
restrict: 'A',
|
||||
link: function (scope, element, attrs) {
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user