You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 29, 2019. It is now read-only.
When this URL is opened in a new page I am reading the page parameter from query and update $scope.currentPage so the page is switched to 2. This is working but after a while currentPage changes back to 1. It is not my code so I suspect pagination scripts.
here is plunker however I cannot add URL hash params in pluker and refresh page
The text was updated successfully, but these errors were encountered:
I update URL page parameter when pager is clicked
to something like this: http://localhost/#?q=security&limit=10&page=2
When this URL is opened in a new page I am reading the page parameter from query and update $scope.currentPage so the page is switched to 2. This is working but after a while currentPage changes back to 1. It is not my code so I suspect pagination scripts.
here is plunker however I cannot add URL hash params in pluker and refresh page
The text was updated successfully, but these errors were encountered: