21 Oct Building an Angular App: Part 3
So far we are displaying a list and now we'll start adding in posts. To accomplish this we'll have to add an addPost function to the $scope we already have. We have to add a function that will add an object to the posts array: When this...