I\'ve just upgraded to 2.3.0 and now I\'m getting the error
You cannot apply bindings multiple times to the same element.
that
ko.cleanNode($("#modalPartialView")[0]); ko.applyBindings(vm, $("#modalPartialView")[0]);
works for me, but as others note, the cleanNode is internal ko function, so there is probably a better way.
cleanNode
ko