Answer the question
In order to leave comments, you need to log in
Lots of 3 DIVs per line - like a table?
There is a DIV layout .. and there can be a lot of DIVs (the number is not known in advance), you need to make a table out of them - ala 3 DIVs per line, the next line should start at the height of the maximum previous
one, i.e. I should write like
<div>my Code</div>
<div>my Code<br>dssdfdsf<br>dssdfdsf</div>
<div>my Code</div>
<div>my Code</div>
<div>my Code</div>
<div>my Code<br>dssdfdsf<br>dssdfdsf</div>
<div>my Code</div>
<div>my Code</div>
<div>my Code</div>
Answer the question
In order to leave comments, you need to log in
<div style="margin: 10px">
<div ng-repeat="prop in data.properties" style="display:inline-block; width: 33%; vertical-align:top;">
<h3>{{::prop.name}}</h3><hr />
<table class="table" ng-view="prop.tags.lengtn > 0">
<tr>
<td>.
........
</td>
</tr>
</table>
</div>
</div>
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question