I'm currently using ng-repeat to showcase a collection of items fetched from the Twitter API. However, I am encountering an issue where Angular attempts to display the empty list while the request is still being processed, resulting in the following error message:
Error: Duplicates in a repeater are not allowed. Repeater: ...
Any insights on how to avoid this situation?
Appreciate your assistance.