Reading List
Modeling Data and State in Your AngularJS Application from your friend Joel's digital garden RSS feed.
Modeling Data and State in Your AngularJS Application
Respect your data. Contain your state.
Data and state are the foundation of your application. These two items should be
absolutely respected. As you work through the AngularJS documentation, these two
items are generally stored on the controllers…