A Working Example on AngularJS.

Here's a AngularJS starter app that demonstrates realistic data integration with the template. Since real data is dynamic, and contains content that varies in length, this example app utilizes the templates under conditions that closely simulate a production app.

The app includes "mock" JSON data services such as Users, Posts, and Products. These mock data services can be replaced with real data services if you intend to integrate AngularJS with your app. You'll also find examples of using the data in repeating paged lists, and detail views that demonstrate various content layouts.