mbest / knockout

My enhancements to Knockout
35 stars 4 forks source link

Binding provider configuration #13

Open gilesbradshaw opened 12 years ago

gilesbradshaw commented 12 years ago

This makes ko.bindingProvider configurable as to the bindingAttribute and virtualElementTag it uses. Currently only one bindingProvider can be used. However it paves the way for multiple interdependent binding providers ( produced from this template or others.)

I've changed the relevant specs so they are run with different configurations.

mbest commented 12 years ago

Giles,

Thanks for this. I might take a look at Knockout's binding provider mechanism in the future.