Here it is my pagination filter: I've used this filter in combination with Ui bootstrap to paginate an array of data. https://github.com/canemacchina/devpedia-ng-utils Simply pass to pagination filter the current page number (starting from 1) and the number of element per page, and it will show only the choosen page.
to create a navigation for the pages, you can use whatever you want. I've used THIS <http://angular-ui.github.io/bootstrap/#/pagination> Bye! Il giorno mercoledì 19 marzo 2014 17:24:52 UTC+1, Lorenzo Bugiani ha scritto: > > I wrote a pagination plugin too. In my case i wrote a simple filter, and > used ui bootstap to paginatd through results... Later if you want I can > share my code (I'm at work now) > Il 19/mar/2014 17:14 "Todd Adams" <[email protected]> ha scritto: > >> I wrote a pagination directive, that has a model and service with it. >> Here is the jsfiddle. http://jsfiddle.net/k49rD/ >> Todd >> >> On Tuesday, 18 March 2014 07:30:22 UTC, Deeksha Sharma wrote: >>> >>> Hello Everyone, >>> >>> I am trying to implement pagination but unable to do this .Can anybody >>> give me a good link for understanding the concept of pagination in >>> angularjs. >>> >>> >>> Thanks in advance. >>> >> -- >> You received this message because you are subscribed to the Google Groups >> "AngularJS" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> To post to this group, send email to [email protected]. >> Visit this group at http://groups.google.com/group/angular. >> For more options, visit https://groups.google.com/d/optout. >> > -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
