I'm currently working on incorporating infinite scrolling into my AngularJs project. I've been using nested ng-repeat and binding data through a JAVA API. The data returned by the service is quite large, which is causing a significant drop in performance. Despite searching online for various solutions, nothing seems to be effective.
Here's one potential solution involving the use of Track Id
Controller Code:
Your customized controller code goes here...
Html for Data Binding:
Your HTML code for binding data goes here...
The loadMore()
function has been implemented to support infinite scrolling. Any assistance or guidance would be greatly appreciated.