We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 43287e8 + 29f58a6 commit 4119882Copy full SHA for 4119882
src/directives/pagination/README.md
@@ -165,7 +165,7 @@ The optional third argument `paginationId` is used when you need more than one i
165
on setting up multiple instances.
166
167
* **`current-page`** (optional) Specify a property on your controller's $scope that will be bound to the current
168
-page of the pagination. If this is not specified, the directive will automatically create a property named `__currentPage` and use
+page of the pagination. If this is not specified, the directive will automatically create a property named `__default__currentPage` and use
169
that instead.
170
171
* **`pagination-id`** (optional) Used to group together the dir-paginate directive with a corresponding dir-pagination-controls when you need more than
0 commit comments