Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mizrael/angularjs-pagination
https://github.com/mizrael/angularjs-pagination
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/mizrael/angularjs-pagination
- Owner: mizrael
- Created: 2014-09-08T22:50:26.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-06-29T15:18:08.000Z (over 9 years ago)
- Last Synced: 2024-05-01T20:51:09.916Z (7 months ago)
- Language: JavaScript
- Homepage:
- Size: 902 KB
- Stars: 6
- Watchers: 4
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
AngularJS-Pagination
====================Small demo of how to write a custom AngularJS directive that renders a pager for your data. The data is downloaded from the server using WebAPI in JSON and the client (a simple MVC application) performs GET requests passing the page number and the page size.