mirror of
https://github.com/openstf/stf
synced 2025-10-05 19:42:01 +02:00
11 lines
313 B
Text
11 lines
313 B
Text
h1 {{ device.value.serial }}
|
|
|
|
button(ng-click='showScreen = !showScreen') Show/Hide
|
|
|
|
div(ng-controller='DeviceScreenCtrl')
|
|
device-screen(style='width: 400px; height: 600px; background: gray')
|
|
|
|
button(ng-click='control.menu()') Menu
|
|
button(ng-click='control.home()') Home
|
|
button(ng-click='control.back()') Back
|
|
|