Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.