In this example of ng-repeat
directive we have an array of the students with the name of the student,roll number, class and section of the student. with the ng-repeat
directive we print the student roll no, name, class and section in the table form. see the output.