ng-pagination-ljs is an Angular.js module to create a simple pagination from an array of objects.
to run build tool you will first need to install:
- Node & NPM
- Gulp CLI
- Bower
After installing all of the above, then run these commands:
- npm install
- bower install
- Run gulp
- Go to localhost:4000
This will run the example site on your local machine.
- Run gulp build
This will build the module in the dist. folder so it can then be used in your application.