Skip to content

vtex/vtex-ng-pagination

Repository files navigation

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 and grunt (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.