zettapi_client
Version:
Client side CRUD operations in angular to use with zettapi_server rest api to get started quickly in any CMS project
43 lines • 991 B
JSON
{
"name": "angularUtils-pagination",
"version": "0.11.1",
"homepage": "https://github.com/michaelbromley/angularUtils/tree/master/src/directives/pagination",
"authors": [
"Michael Bromley <michael@michaelbromley.co.uk>"
],
"description": "Magical automatic pagination for anything in AngularJS",
"main": [
"dirPagination.js",
"dirPagination.tpl.html"
],
"moduleType": [
"globals"
],
"dependencies": {
"angular": ">=1.1.4"
},
"keywords": [
"angularjs",
"pagination",
"directive",
"paging",
"angular"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"_release": "0.11.1",
"_resolution": {
"type": "version",
"tag": "v0.11.1",
"commit": "b1f2290811e95d706d4969e7bec2a0f24b32142a"
},
"_source": "https://github.com/michaelbromley/angularUtils-pagination.git",
"_target": "^0.11.1",
"_originalSource": "angular-utils-pagination"
}