Disable knockout.js custom binding from even being evaluated -


if want editgame custom binding below in knockout.js not evaulated in instances, how go doing that? have bit can test against, dont know approach not run init/update. send bit in make sure internal logic doesnt run, if dont event want run?

<div data-bind="editgame: { }">  </div> 


Comments