box.html 202 Bytes
<div ng-class="box.position | setBoxLayout:ctrl.layout">
  <noosfero-block
    ng-repeat="block in box.blocks | orderBy: 'position'"
    [block]="block" [owner]="ctrl.owner">
  </noosfero-block>
</div>