billpull / knockout-bootstrap

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

Add support for dynamic templates for popover #26

Closed zongweil closed 10 years ago

zongweil commented 10 years ago

This allows users to use a dynamically binded template in the popover, instead of just static HTML.

Here's a jsFiddle: http://jsfiddle.net/zongweil/42mFj/1/

This resolves #8.

zongweil commented 10 years ago

Hi otto-gebb,

I have a jsfiddle showing that it still works with static bindings: http://jsfiddle.net/zongweil/42mFj/1/

What version of bootstrap are you using?