Control bindings - foreach
In lesson 6, we take a look at one of Knockout's control bindings - the foreach binding, which allows us to repeat a block of mark-up for each item in an observed array. This is Knockout's built-in form of templating. We also make use of an observable array to add a sort feature to the application.Get the code for this series from Github