mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-19 08:33:24 +02:00
Standalone now works with device screen size.
This commit is contained in:
@@ -4,7 +4,8 @@ module.exports = angular.module('device-control.standalone', [
|
||||
require('stf/device').name,
|
||||
require('stf/control').name,
|
||||
require('stf/screen').name,
|
||||
require('stf/settings').name
|
||||
require('stf/settings').name,
|
||||
require('stf/screen/scaling').name
|
||||
])
|
||||
.run(["$templateCache", function ($templateCache) {
|
||||
$templateCache.put('control-panes/device-control/standalone/standalone.jade',
|
||||
|
||||
Reference in New Issue
Block a user