I have created a custom pagination system as follows:
<ul class="pagination">
<li ng-repeat="page in getPages(items.listOfGoods.length / pageSize)">
<a href="">{{page}}</a>
</li>
</ul>
However, I am encountering an error with ng-repeat that states:
Error: [$rootScope:infdig] 10 $digest() iterations reached. Aborting