Files
stf-DeviceFarmer/res/app/control-panes/device-control/device-control-standalone.jade
Gunther Brunner c81cd75a50 Refactored device context menu to its own directive.
Now works in standalone also.
2014-09-25 17:10:31 +09:00

5 lines
397 B
Plaintext

.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-context-menu(device='device', control='control')
device-screen(device='device', control='control').fill-height.fill-width