2014-12-04 21:22:39 +00:00
|
|
|
<div style="width: 100%; height: 100%;"
|
|
|
|
ng-controller="LayoutController as controller">
|
2014-12-04 19:53:05 +00:00
|
|
|
|
2014-12-04 21:22:39 +00:00
|
|
|
<div class='frame child-frame panel abs'
|
|
|
|
ng-repeat="childObject in composition"
|
|
|
|
ng-style="controller.getFrameStyle(childObject.getId())">
|
|
|
|
|
|
|
|
<div class="frame child-frame holder contents abs">
|
|
|
|
<mct-representation key="'frame'"
|
|
|
|
mct-object="childObject">
|
|
|
|
</mct-representation>
|
|
|
|
</div>
|
|
|
|
|
2014-12-05 16:51:41 +00:00
|
|
|
<span>
|
|
|
|
<span style="position: absolute; left: 12px; right: 12px; top: 12px; bottom: 12px;"
|
|
|
|
mct-drag-down="controller.startDrag(childObject.getId(), [1,1], [0,0])"
|
|
|
|
mct-drag="controller.continueDrag(delta)"
|
|
|
|
mct-drag-up="controller.endDrag()">
|
|
|
|
</span>
|
|
|
|
</span>
|
|
|
|
|
2014-12-04 21:22:39 +00:00
|
|
|
</div>
|
2014-12-04 19:53:05 +00:00
|
|
|
|
|
|
|
</div>
|