I want to use angular-botstrap-ui in my application. But I don't know how I can build pagination.
Let's say I have 100 records in table and I want to fetch 10 results in table row. By using ng-repeat I am getting 100 rows but I want to limit them using pagination. How I can achieve that?