How would I use AngularJS ng-repeat to display the following HTML (Twitter Bootstrap Scaffolding)? Essentially, every third record I need to close the <
ng-repeat
<
ng-repeat-start and ng-repeat-end end points seems a convenient way to achieve this :
Which leads to simple code
{{project}}
See this jsfiddle