Multiple Iterations with AngularJS ng-repeat
问题 I've searched for a while and did find a lot about multiple iterations. The problem is that i don't see a plain solution for my problem. I have a list of checkbox that is filled dinamically with ng-repeat. Due to layout purposes i need to create a new div inline-block whenever i reach 3 checkboxes. Like that: CheckBoxList = {1,2,3,4,5} <div class="form-group-content"> <div class="form-col-secondary"> <ul class="list-checkboxes"> <li> <input type="checkbox"/>1 </li> <li> <input type="checkbox"