larangular-pagination
v1.0.0
Published
This package provider a simple way to use pagination with Laravel and angular
Downloads
27
Maintainers
Readme
packaged larangular-pagination
This repo is for distribution on npm. The source for this module is in the
main larangular-pagination repo.
Install
You can install this package with npm or clone the repository on github.
npm
npm install larangular-paginationgithub
git clone https://github.com/moisesphelipe/larangular-paginationThen add a <script> and css to your index.html:
<script src="/node_modules/larangular-pagination/pagination.directive.js"></script>
<link rel="stylesheet" href="/node_modules/larangular-pagination/pagination.css">also include the template pagination.html
and make sure the link provide in pagination.directive.js is correct
for more details check it out on github
License
The MIT License
