rniemeyer/knockout-classBindingProvider

Ability to unregister bindings

mberkom opened this issue · 1 comments

Modules can register bindings on the fly, which is great. However, say I had a module that was completely self contained. It loads its own html, registers its bindings, and then applies them to it's html. If I were to create two instances of this module on the same page, how would I deal with the duplicity of registerBindings calls?

Should it be possible to unregister bindings, or at least have a way of checking whether they've already been registered?

See pull request #13.