Building Pagination Directive in Angular and Twitter Bootstrap
One thing that every business app eventually needs is an ability to search for something and show results using paging. The reason for that is that too many rows in search result set can bring any application to its knees. Hence, you should always page search results. If you are building a web application, there …
Continue reading ‘Building Pagination Directive in Angular and Twitter Bootstrap’ »