box.html 204 Bytes
<div ng-class="{'col-md-2-5': box.position!=1, 'col-md-7': box.position==1}">
  <ng-include ng-repeat="block in box.blocks | orderBy: 'position'" src="'app/views/profile/block.html'"></ng-include>
</div>