@profiscience/knockout-contrib-bindings-repeat
v1.1.1
Published
[![Version][npm-version-shield]][npm] [![Dependency Status][david-dm-shield]][david-dm] [![Peer Dependency Status][david-dm-peer-shield]][david-dm-peer] [![Dev Dependency Status][david-dm-dev-shield]][david-dm-dev] [![Downloads][npm-stats-shield]][npm-sta
Downloads
12
Readme
bindings.repeat
This package is intended for consumption via the @profiscience/knockout-contrib metapackage
Repeat a template n
times
Usage
<ol data-bind="repeat: 5">
<li data-bind="text: $index()"></li>
</ol>