faulknercs / Knockstrap

Knockout bindings to twitter bootstrap 3
faulknercs.github.io/Knockstrap/
MIT License
142 stars 37 forks source link

Namespaced binding handlers #26

Open mdarens opened 9 years ago

mdarens commented 9 years ago

Good morning!

Thanks for writing these sweet bindings. I made a branch to get them working in projects at work (colliding with some other binding handlers, which also need to be namespaced). I realize this would be a big breaking change and don't necessarily expect this to be merged as is, or ever, but thought you might find it useful to see what I changed.

Possible improvement: make the namespace configurable, perhaps triggering the registration of bindings manually as one does with knockout.punches

faulknercs commented 9 years ago

Thanks for contributing, I think, it is a good idea, will try to do something with this.