Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 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 (over 11 years ago)
- Default Branch: master
- Last Pushed: 2023-10-10T11:46:42.000Z (over 1 year ago)
- Last Synced: 2024-04-14T22:51:59.591Z (9 months ago)
- Topics: srv-oms-ui, xp-post-purchase
- Language: JavaScript
- Size: 344 KB
- Stars: 1
- Watchers: 202
- 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.