mirror of
https://github.com/openstf/stf
synced 2025-10-06 03:50:04 +02:00
Standalone now works with device screen size.
This commit is contained in:
parent
33fad24ed4
commit
c33d95ba7a
2 changed files with 39 additions and 22 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue