box.html 212 Bytes Edit Raw Blame History 1 2 3 <div ng-class="{'col-md-2-5': box.position!=1, 'col-md-7': box.position==1}"> <noosfero-block ng-repeat="block in box.blocks | orderBy: 'position'" [block]="block" [owner]="ctrl.owner"></noosfero-block> </div>