billpull / knockout-bootstrap

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

Bootstrap upgrade #66

Closed damiandennis closed 9 years ago

damiandennis commented 9 years ago

upgraded for use in bootstrap 3.1. added modal. made popovers using original popover with enhancement to fix positioning.

damiandennis commented 9 years ago

sorry this still has some issues.

digitalhurricane commented 9 years ago

Thanks for these updates. I had just run into a bug last week where the height of popovers with bindings were never recalculated. It was due to the check for popoverOptions.offset in the switch statement always being false and no option available to set it to true. These updates also fixed that bug.