Here Mudassar Ahmed Khan has explained with an example, how to use AngularJS ng-repeat directive with complex nested JSON objects.
Complex nested JSON objects comprises of a JSON object array and each object of the JSON array consisting of another child JSON object array.
In such scenario, one has to make use of nested ng-repeat directive i.e. one ng-repeat directive inside another ng-repeat directive, this making a parent child ng-repeat directive hierarchy.