Fix touch control not working in Firefox.

This commit is contained in:
Simo Kinnunen
2014-04-23 14:26:59 +09:00
parent 272301d519
commit b9e4cfc10d
4 changed files with 29 additions and 9 deletions

View File

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