Please find Chtml code segment below:
<span class="GreyText">
<!-- ko if: vm.Name() == "CHANGE"?true:false -->
<div style="color: Red; font: bold" data-bind="text : vm.Name">
</div>
<!-- /ko-->
</span>
I am using Knockout 2.0.3 plugin. Detach Nodes is caused by Ko_withIfBindingData
. Please guide me on the same.
How to clear Detach Nodes caused by Ko_withIfBindingData