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