mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-23 14:25:17 +02:00
Fix touch control not working in Firefox.
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
module.exports = angular.module('stf/screen', [
|
||||
require('stf/screen/scaling').name
|
||||
, require('stf/util/vendor').name
|
||||
])
|
||||
.directive('deviceScreen', require('./screen-directive'))
|
||||
.controller('DeviceScreenCtrl', require('./screen-controller'))
|
||||
|
||||
Reference in New Issue
Block a user