Pagination directive for AngularJS.
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.
npm i
grunt
Requires node and grunt (npm i -g grunt-cli).
grunt test
Check spec folder.
src- js, html and css for development.build- compiled and ready-to-use files.dist- minified version (production)spec- Unit tests source files.