I have a listing page. WHere each listing has comments. I am using AngularJS routes to load the content http://example.com/#mycategory
The Problem: When user navigates to different category (Say: http://example.com/#mycategory22 ), If i want to load the comments inside every items listed (Below image), do i need to make ajax calls?.
According to the below example if i make ajax calls to load comments then it will be 3 ajax calls.
How to handle this problem.