|
|
|
|
|
by vladgur
4516 days ago
|
|
I dont see how angular suggests a way to structure your application more than backbone did. In Backbone you had very rigid definitions of models, collections and relationships between them, whereas in Angular any JS object can be a model and relationships between models can also be very flexible(although scope hierarchy is something u need to wrap your head around). The documentation does leave a lot to be desired and I often find myself going back to the 1.1.5 directive documentation to look up different scope data binding options etc. |
|