Duration: 18:30 min
Summary: In this video, we will see how we can loop over a set of elements using ng-repeat and how we can filter data. We will start with the ng-repeat by creating an array of names. The array will be in the ng-init within the div. We will place the names in a table using ng-repeat. Then, we will use a more complex array that contains a list of objects. We will apply ng-repeat as well in this case, but more importantly, we will see the power of filters and how we can filter and sort the data based on the user’s input.