mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-20 00:53:26 +02:00
Added proper standalone support.
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
.interact-control.fill-height.stf-device-control(ng-controller='DeviceControlCtrl').fill-height.fill-width
|
||||
div(ng-controller='DeviceScreenCtrl', ng-if='device', ng-file-drop='installFile($files)', ng-file-drag-over-class='dragover').fill-height.fill-width
|
||||
device-screen(device='device', control='control').fill-height.fill-width
|
||||
@@ -9,6 +9,9 @@ module.exports = angular.module('device-control', [
|
||||
$templateCache.put('control-panes/device-control/device-control.jade',
|
||||
require('./device-control.jade')
|
||||
)
|
||||
$templateCache.put('control-panes/device-control/device-control-standalone.jade',
|
||||
require('./device-control-standalone.jade')
|
||||
)
|
||||
}])
|
||||
.controller('DeviceControlCtrl', require('./device-control-controller'))
|
||||
.directive('deviceControlKey', require('./device-control-key-directive'))
|
||||
|
||||
Reference in New Issue
Block a user