shane-tomlinson / AFrame-JS

Application Framework in Javascript - A lightweight MVC library for writing apps on the web
Other
13 stars 1 forks source link

Consider moving data binding from DataForm to Field #49

Open shane-tomlinson opened 12 years ago

shane-tomlinson commented 12 years ago

Consider if a field gets a data container and field name, it auto-binds on the data container and listens for changes.

Conceptually, this makes more sense than having the DataForm do it as fields could then be used alone.