ng-repeat is the built-in directive provided by AngularJS, mostly used for listing the array elements on UI dynamically as per the changes in our model.
Official "ng-repeat" docs can be found at :
https://docs.angularjs.org/api/ng/directive/ngRepeat
Also the most common error faced whil...