Skip to content

Commit 4119882

Browse files
Merge pull request michaelbromley#382 from genuinefafa/patch-1
Update README.md
2 parents 43287e8 + 29f58a6 commit 4119882

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/directives/pagination/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ The optional third argument `paginationId` is used when you need more than one i
165165
on setting up multiple instances.
166166

167167
* **`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
168+
page of the pagination. If this is not specified, the directive will automatically create a property named `__default__currentPage` and use
169169
that instead.
170170

171171
* **`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

Comments
 (0)