Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
chemzqm committed Nov 24, 2015
1 parent 77d792e commit 694ac5e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Readme.md
Expand Up @@ -41,10 +41,10 @@ pager.on('show', function(n){

### Pager#bind(list, opts)
Bind to list with optional options
* `opts.curpage` current page default `curpage`
* `opts.total` total numbers default `total`
* `opts.perpage` perpage count default `perpage`
* `opts.select` select page function default `select`
* `opts.curpage` attribute of current page default `curpage`
* `opts.total` attribute of total numbers default `total`
* `opts.perpage` attribute of perpage count default `perpage`
* `opts.select` attribute of select page function default `select`

### Pager#total(n)

Expand Down

0 comments on commit 694ac5e

Please sign in to comment.