In today's lesson, we look at the event binding, and use it to wire up the sorts that we started looking at in lesson 6. We see how to connect the change event of the select box to a method of our viewModel so that we can invoke the correct sorter function and change the order of the images on the page.
Get the code for this series from Github