https://github.com/mizrael/angularjs-pagination
https://github.com/mizrael/angularjs-pagination
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mizrael/angularjs-pagination
- Owner: mizrael
- Created: 2014-09-08T22:50:26.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-06-29T15:18:08.000Z (over 10 years ago)
- Last Synced: 2025-04-12T04:11:47.071Z (6 months ago)
- Language: JavaScript
- Homepage:
- Size: 902 KB
- Stars: 6
- Watchers: 3
- 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.