remy / bind.js

bind.js - simple two way data binding to HTML and callbacks
694 stars 62 forks source link

.push/.splice / Array changers, should check config #3

Closed remy closed 9 years ago

remy commented 9 years ago

So that you can push on new objects, and the supplied callbacks will fire.

Kind of an edge case though!

remy commented 9 years ago

...I think they do actually.

remy commented 9 years ago

Works on feature/transform branch.