billpull / knockout-bootstrap

A plugin that adds custom bindings for twitter bootstrap objects such as tooltips and popovers.
232 stars 69 forks source link

Bind error inside a popover bind #25

Closed win2cs closed 10 years ago

win2cs commented 10 years ago
<a href="#"  data-bind="popover: {template: 'test-template', title: 'Oh Yea'}"> 
    <span class="field-name" data-bind="text: $data.key"></span>
    <span data-bind="text: $data.value"></span>
</a>

code like this doesn't work?

any suggestions?

Thanks