:metal: KnockoutJS Goodies Monorepo
View the Project on GitHub Profiscience/knockout-contrib
This package is intended for consumption via the @profiscience/knockout-contrib metapackage
Repeat a template n times
n
<ol data-bind="repeat: 5"> <li data-bind="text: $index()"></li> </ol>