InterviewSolution
Saved Bookmarks
| 1. |
How Can You Control Flow With Bindings? |
|
Answer» When you have an ARRAY of items in a Knockout VIEWMODEL, you can tell your mark-up to iterate through them using the data-bind ‘for-each’ for EXAMPLE. When you have an array of items in a Knockout viewModel, you can tell your mark-up to iterate through them using the data-bind ‘for-each’ for example. |
|