knockout-contrib

:metal: KnockoutJS Goodies Monorepo

View the Project on GitHub Profiscience/knockout-contrib

bindings.repeat

Version Dependency Status Peer Dependency Status Dev Dependency Status Downloads

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>