我似乎有一个行为不端的模板。当我渲染
<span data-bind="text: CriteriaStub" />
在
<div class="row" data-bind="foreach: Foos" id=>
<span data-bind="text: CriteriaStub" />
<button class="radius button small" data-bind="click: $parent.openEditDialogue($data)">Edit</button>
</div>
我没有渲染按钮,但应用程序中的所有其他绑定都可以正常工作。当我注释掉跨度时,我收到有关应用程序中其他不相关绑定的错误。
你能发现这里正在发生的事情吗?