mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-20 07:53:38 +02:00
All services and controllers are implemented.
This commit is contained in:
8
res/app/device-control/device-control.jade
Normal file
8
res/app/device-control/device-control.jade
Normal file
@@ -0,0 +1,8 @@
|
||||
h1 {{ device.serial }}
|
||||
|
||||
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
|
||||
Reference in New Issue
Block a user