The -min, and -max are helper tags that set minimum and maximum loop counts inside the gv-repeat tag.
Tag
<div -min=""></div>
<div -max=""></div>
Basic
Example:
index.html
<div gv-repeat -min="1" -max="5">
...
</div>
The -min, and -max are helper tags that set minimum and maximum loop counts inside the gv-repeat tag.
<div -min=""></div>
<div -max=""></div>
Example:
index.html
<div gv-repeat -min="1" -max="5">
...
</div>