component / reactive

Tiny reactive template engine
383 stars 48 forks source link

make model, view and reactive instance public to binding #108

Closed domachine closed 10 years ago

domachine commented 11 years ago

i have a use-case where i have to implement a straightforward two-way binding for a form to synchronize it with a model. i realised it using a binding but i found myself using the technical private (i think) model, view and reactive variables attached to the bindings this. it would be nice to have them available as public fields within the binding.