knockout.viewmodel icon indicating copy to clipboard operation
knockout.viewmodel copied to clipboard

Add test for custom unmapping via ko.viewmodel.toModel

Open aknuds1 opened this issue 12 years ago • 1 comments

I've added a test for the scenario where you piggyback on ko.viewmodel.fromModel in a custom mapping function and ko.viewmodel.toModel in a custom unmapping function. This scenario currently leads to infinite recursion in the unmapping function. See the issue I opened previously regarding this problem.

aknuds1 avatar Aug 02 '13 09:08 aknuds1

responded on #40, thanks.

coderenaissance avatar Aug 21 '13 03:08 coderenaissance