billpull / knockout-bootstrap

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

Added support for loading as AMD module #29

Closed ciuliot closed 10 years ago

ciuliot commented 10 years ago

Allows usage with AMD frameworks like Require.js. In case that AMD loader is not present behavior is the same as before. In case that AMD loader is present library now requires "knockout" dependency and passes object as factory.

billpull commented 10 years ago

7