zettapi_client
Version:
Client side CRUD operations in angular to use with zettapi_server rest api to get started quickly in any CMS project
27 lines (26 loc) • 714 B
JSON
{
"name": "angular-utils-pagination",
"version": "0.11.1",
"description": "Magical automatic pagination for anything in AngularJS",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/michaelbromley/angularUtils.git"
},
"keywords": [
"angularjs",
"pagination",
"directive",
"paging",
"angular"
],
"author": "Michael Bromley <michael@michaelbromley.co.uk>",
"license": "MIT",
"bugs": {
"url": "https://github.com/michaelbromley/angularUtils/issues"
},
"homepage": "https://github.com/michaelbromley/angularUtils/tree/master/src/directives/pagination"
}