In this example, we have an array of students with id and name of the student. We print the name of the student using ng-repeat
directive and we track this array by student id. if there are two or more students with the same id then this ng-repeat
directive will display nothing. Let's see the example: