The code is:
.container
my-directive(ng-repeat="item in items", item="item")
My goal is to use that space with justify to create an evenly spaced grid of an unknown number of divs.
The code is:
.container
my-directive(ng-repeat="item in items", item="item")
My goal is to use that space with justify to create an evenly spaced grid of an unknown number of divs.
It seems the issue is with
ng-repeat
. Here's a jade solution:Here's an equivalent solution for HTML I found: https://stackoverflow.com/a/19507046/4760334