9 Star 14 Fork 4

mqycn / ng-pagination

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
README.md 423 Bytes
一键复制 编辑 原始数据 按行查看 历史
mqycn 提交于 2017-03-31 18:23 . 更新 README.md

angular.js的页码组件,基于 directive 实现,样式使用的 bootstrap。

直接在 html代码中加入 以下代码 即可调用:

<page-pagination
    page-id="pageId"
    page-record="recordCount"
    page-url-template="urlTemplate">
</page-pagination>

pageId 当前页面

recordCount 记录条数

urlTemplate URL模板

pageSize 每页显示的记录条数

JavaScript
1
https://gitee.com/mqycn/ng-pagination.git
git@gitee.com:mqycn/ng-pagination.git
mqycn
ng-pagination
ng-pagination
master

搜索帮助