# ng-pagination **Repository Path**: mqycn/ng-pagination ## Basic Information - **Project Name**: ng-pagination - **Description**: angular.js的页码组件,基于 directive 实现,演示地址: - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: http://www.miaoqiyuan.cn/products/ng-pagination/ - **GVP Project**: No ## Statistics - **Stars**: 14 - **Forks**: 4 - **Created**: 2017-03-02 - **Last Updated**: 2024-04-20 ## Categories & Tags **Categories**: angular-extensions **Tags**: None ## README angular.js的页码组件,基于 directive 实现,样式使用的 bootstrap。 直接在 html代码中加入 以下代码 即可调用: ``` ``` **pageId** 当前页面 **recordCount** 记录条数 **urlTemplate** URL模板 **pageSize** 每页显示的记录条数