Angular JS + elasticsearch Query - Response

The JSON output shows an outer array of all the results and within each result there is array, _source.entityAttributes. Yet you only have one ng-repeat loop.

I think you need an outer ng-repeat loop to loop over all the results and an inner ng-repeat loop to loop over _source.entityAttributes within each result.