https://github.com/vtex/vtex-ng-pagination
angular pagination module
https://github.com/vtex/vtex-ng-pagination
srv-oms-ui xp-post-purchase
Last synced: 2 months ago
JSON representation
angular pagination module
- Host: GitHub
- URL: https://github.com/vtex/vtex-ng-pagination
- Owner: vtex
- Created: 2013-07-19T22:16:03.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2023-10-10T11:46:42.000Z (over 2 years ago)
- Last Synced: 2025-03-21T14:26:05.414Z (about 1 year ago)
- Topics: srv-oms-ui, xp-post-purchase
- Language: JavaScript
- Size: 344 KB
- Stars: 1
- Watchers: 195
- Forks: 2
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# VTEX ngPagination
Pagination directive for AngularJS.
## Usage
You can find the minified version and sourcemap files inside the `dist` folder. Inject `vtex.ngPagination` angular module and import js/css files.
AngularJS, jQuery and Bootstrap are the only dependencies.
## Development
npm i
grunt
Requires [node](http://nodejs.org/) and [grunt](http://gruntjs.com/) (`npm i -g grunt-cli`).
## Tests
grunt test
Check `spec` folder.
### Folder structure
- `src` - js, html and css for development.
- `build` - compiled and ready-to-use files.
- `dist` - minified version (production)
- `spec` - Unit tests source files.