knockout-bootstrap
knockout-bootstrap copied to clipboard
A plugin that adds custom bindings for twitter bootstrap objects such as tooltips and popovers.
1.clicked 1st time on a button to show popover, the popover is visible 2. clicked the dismiss button(inside popover), the popover not visible anymore 3. clicked 2nd time on the...
I am really glad to see that people are still using this project! However I have not used Knockout or Bootstrap in a couple years and no longer have the...
gives 404 http://billpull.github.com/knockout-bootstrap
Are you going to do a new release for this library? To me, the memory leak fix is quite important, so maybe a new release would be appreciated.
Hi, I've found a possible bug in the tooltip binding. If the `title` has an escaped apostrophe in its content, then calls to `ko.applyBindings` fail. That is, something like the...
Hi, I use knockout 3.3.0 work with knockout-bootstrap newest version, I found options not working, below is my code: ``` 新建分组 ``` When I use knockout-bootstrap 0.2.0, it works well...
Support for Knockout with Bootstrap Carousel use case) multiple instances of carousel with knockout data bindings
The value/textInput binding doesn't seem to be updated once a typeahead value has be selected by the user.