16 Oct Building an Angular App: PART 2
Now that we have the angular basics in place lets add some functionality to the app. So let's start displaying some lists. ANgualr makes that easy using the ng-repeat directive. We'll start by adding in some code to our controller in the app.js file. Here we'll be adding...