1
0
Fork 0
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:
Gunther Brunner 2014-09-24 20:05:39 +09:00
parent 33fad24ed4
commit c33d95ba7a
2 changed files with 39 additions and 22 deletions

View file

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