bminer / node-blade

Blade - HTML Template Compiler, inspired by Jade & Haml
Other
320 stars 28 forks source link

Live UI - Model invalidation for nested Objects / Arrays #83

Closed bminer closed 12 years ago

bminer commented 12 years ago

can.js has something like Blade's Live UI plugin... objects called Observes. There is also a Observe.List object. can.js is neat because 'change' events propagate when nested properties change, causing "Context invalidations" to be triggered.

http://canjs.us/#can_observe

bminer commented 12 years ago

Live UI will be moved to a new repository... closing this issue.