[Fixed Position] Position/style telemetry cells

Position telemetry elements in fixed position view appropriately.
WTD-615.
This commit is contained in:
Victor Woeltjen 2015-01-15 19:03:34 -08:00
parent bd068f31c5
commit b2c9b0a2fb

View File

@ -10,18 +10,16 @@
ng-style="cell">
</div>
<!-- Telemetry elements -->
<div ng-repeat="childObject in composition"
style="position: absolute;"
style="position: absolute; background: #444;"
ng-style="controller.getStyle(childObject.getId())">
<div ng-style="controller.getCellStyle()">
<div style="position: absolute; left: 0px; top: 0px; bottom: 0px; width: 50%; overflow: hidden;">
{{childObject.getModel().name}}
</div>
<div ng-style="controller.getCellStyle()">
{{controller.getValue(childObject.getId())}}
<div style="position: absolute; right: 0px; top: 0px; bottom: 0px; width: 50%; overflow: hidden;">
X{{controller.getValue(childObject.getId())}}
</div>
<!-- Drag handles -->