h1 {{ device.serial }} {{ device.present ? 'present' : 'absent' }} button(ng-click='showScreen = !showScreen') Show/Hide button(ng-click='control.identify()') Identify div(ng-if='installation') strong Installation status: {{ installation.progress}}% ({{ installation.lastData }}) div(ng-controller='DeviceScreenCtrl', ng-file-drop='install($files)') 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