I m trying to provide a number of clicked link to click handler. For some reason it provides the whole knockout model, instead of the $index. Here s jsfiddle: http://jsfiddle.net/yaroslavya/hfWs8/13/
This example of knockout js works so when you edit a field and press TAB, the viewmodel data and hence the text below the fields is updated. How can I change this code so that the viewmodel data is ...