I am trying to create a grid of three cards per row using ng-repeat. I have a normal array of javascript objects attached to the scope. The code below will create a fresh row fo
You can use class="grid-container" for this. As an example a code snippet like this,
class="grid-container"
CARD 1 CARD 2 CARD 3
Will produce an output similar to this.