tmj-pagination
v1.0.4
Published
A pagination directive for AngularJS
Readme
Angular Pagination
Description
Renders a pagination powered by Bootstrap
Installation
npm install tmj-paginationUsage
<pagination
[limit="{number}"]
[route="{string}"]
[values="{string}"]>
</pagination>Note: This route supports laravel pagination. Refer to this link.
Parameters
| Name | Type | Description | Default | |----------|----------|--------------------------------------|-------------| | limit | number | Set the data limit for every request | 15 | | route | string | Set the url to be called | - | | values | string | Set variable name to be save | - |
Credits
License
Copyright (c) 2017 TMJ Philippines
