I\'m trying to create a grid using bootstrap 3 and angularjs.
The grid I\'m trying to create is this, repeated using ng-repeat.
Using ng-repeat-start and ng-repeat-end
{{item}}
Easy to adapt for different media query using .visible-* classes
I find clear and concise to have row management logic outside of the main repeat block. Separation of concerns :-)