[Fixed Position] Expose controller

Expose Fixed Position controller in order to begin implementing
Fixed Position view and editing behavior. WTD-615.
This commit is contained in:
Victor Woeltjen
2015-01-15 18:36:48 -08:00
parent 1b2ebf1250
commit d453e59308
3 changed files with 16 additions and 10 deletions

View File

@@ -4,10 +4,11 @@
<div ng-repeat="childObject in composition"
ng-style="controller.getStyle(childObject.getId())">
<div>
<mct-representation key="'frame'"
mct-object="childObject">
</mct-representation>
<div ng-style="controller.getCellStyle()">
{{childObject.getModel().name}}
</div>
<div ng-style="controller.getCellStyle()">
{{controller.getValue(childObject.getId())}}
</div>
<!-- Drag handles -->