Open lucacestola opened 11 years ago
It could be useful a binding method to map the following cases:
data-bind="click:doSomethingOnViewModel" data-bind="click:doSomethingOnViewModel.bind($data, 'parameter1')"
where doSomethingOnViewModel is a model's function.
It could be useful a binding method to map the following cases:
data-bind="click:doSomethingOnViewModel" data-bind="click:doSomethingOnViewModel.bind($data, 'parameter1')"
where doSomethingOnViewModel is a model's function.