找不到匹配的评论标记:ko with:currentcustomers [0]

时间:2013-06-12 12:18:59

标签: knockout.js

为什么这种绑定不起作用?

我得到了这个例外:

找不到匹配的结束注释标记:ko with:currentCustomers()[0]

 <!-- ko with: currentCustomers()[0] -->  

            <!-- ko foreach: orders -- />
                <div data-bind="text: title">ss
                </div>
            <!-- /ko -->

      <!-- /ko -->

0 个答案:

没有答案