This example is about special start and end points of the ng-repeat directive.This is used to extend the scope of the repeated data. In this example we have an array named items with the head, body and footer content. We display the head in the header container and use ng-repeat-start
in this div and body in the next div tag and then in the next div use ng-repeat-end.
After the ng-repeat-end we can not access the repeated data.