We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello ,
I have a simple front end paginator like that 👍
<div id="pagerId" st-pagination="" st-items-by-page="15" st-displayed-pages="200"></div>
Then how could I find the total page number inside my angularjs controller linked to this view ($scope notation) ?
Thank you.
The text was updated successfully, but these errors were encountered:
available as currentPage on the directive scope
currentPage
Sorry, something went wrong.
Sorry I'm quite new to this I don't quite understand how to call the currentPage?
I'm asking because I'm trying to solve this issue that I posted on stackOverflow: https://stackoverflow.com/q/56356240/11570843
No branches or pull requests
Hello ,
I have a simple front end paginator like that 👍
<div id="pagerId" st-pagination="" st-items-by-page="15" st-displayed-pages="200"></div>
Then how could I find the total page number inside my angularjs controller linked to this view ($scope notation) ?
Thank you.
The text was updated successfully, but these errors were encountered: