Skip to content

ghas-results/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.

About

angular pagination module

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 37.1%
  • CoffeeScript 34.3%
  • HTML 18.2%
  • CSS 10.4%