ko.bindingHandlers.stopBinding = {
init: function ()
{
return { controlsDescendantBindings: true };
}
};
<section>
<!-- ko stopBinding: true -->
<div></div>
<!-- /ko -->
</section>
You can also check out this detailed solution.
No comments:
Post a Comment