ng-repeat code getting commented out when viewed from browser
问题 I see during load that the scope element $scope.docDetails has the necessary data. In the view when I use the ng-repeat to print info, I see that it is not displayed in browser. <body ng-controller="documentUploadController" nv-file-drop="" uploader="uploader" filters="queueLimit, customFilter"> <div class="container"> <div ng-repeat="row in documentUploadController.docDetails"> <div class="col-sm-2">{{row.DocumentTypeName}}</div> <div class="col-sm-3 elementwrap"><a href="#" ng-click=