@@ -18,7 +18,7 @@ A lightweight pagination directive that is focused on ... providing pagination &
18
18
<small class =" badge " >C</small >
19
19
_ (Default: ` true ` )_ -
20
20
Whether to display Previous / Next buttons.
21
-
21
+
22
22
* ` first-text `
23
23
<small class =" badge " >C</small >
24
24
_ (Default: ` First ` )_ -
@@ -41,13 +41,13 @@ A lightweight pagination directive that is focused on ... providing pagination &
41
41
<small class =" badge " >C</small >
42
42
_ (Default: ` Last ` )_ -
43
43
Text for Last button.
44
-
44
+
45
45
* ` max-size `
46
46
<small class =" badge " >$</small >
47
47
<i class =" glyphicon glyphicon-eye-open " ></i >
48
48
_ (Default: ` null ` )_ -
49
49
Limit number for pagination size.
50
-
50
+
51
51
* ` next-text `
52
52
<small class =" badge " >C</small >
53
53
_ (Default: ` Next ` )_ -
@@ -56,7 +56,7 @@ A lightweight pagination directive that is focused on ... providing pagination &
56
56
* ` ng-change `
57
57
<small class =" badge " >$</small > -
58
58
This can be used to call a function whenever the page changes.
59
-
59
+
60
60
* ` ng-disabled `
61
61
<small class =" badge " >$</small >
62
62
<i class =" glyphicon glyphicon-eye-open " ></i >
@@ -74,6 +74,9 @@ A lightweight pagination directive that is focused on ... providing pagination &
74
74
_ (Default: ` angular.noop ` )_ -
75
75
An optional expression assigned the total number of pages to display.
76
76
77
+ * ` page-label ` -
78
+ An optional expression to override the page label based on passing the current page indexes. Supports page number with ` $page ` in the template.
79
+
77
80
* ` previous-text `
78
81
<small class =" badge " >C</small >
79
82
_ (Default: ` Previous ` )_ -
@@ -88,7 +91,7 @@ A lightweight pagination directive that is focused on ... providing pagination &
88
91
* ` template-url `
89
92
_ (Default: ` uib/template/pagination/pagination.html ` )_ -
90
93
Override the template for the component with a custom provided template
91
-
94
+
92
95
* ` total-items `
93
96
<small class =" badge " >$</small >
94
97
<i class =" glyphicon glyphicon-eye-open " ></i > -
0 commit comments