[ALOY-931] Programmatic Binding API
GitHub Issue | n/a |
---|---|
Type | New Feature |
Priority | High |
Status | Open |
Resolution | Unresolved |
Affected Version/s | n/a |
Fix Version/s | Alloy 2.0.0 |
Components | n/a |
Labels | n/a |
Reporter | Tony Lukasavage |
Assignee | Unknown |
Created | 2014-01-21T14:48:25.000+0000 |
Updated | 2018-03-07T22:25:56.000+0000 |
Description
Right now the only way, via Alloy, to enable data binding with your view is using special XML notation. It would be good for developers to have the option to dynamically create bound objects in their controllers as well. This will allow dynamic assignment of collections/models to binding behaviors. This can be done now with pure Backbone code, but a clean, simple binding API for Alloy would allow developers to not only bind with Backbone objects, but any model backend they choose, be it 3rd party or custom built.
See linked ticket for implementation suggestion