-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
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
Passive paginator doesn't update when url changes or reloadPage is set #62
Comments
Perhaps this will be fixed when #63 is resolved. |
My fork undoes the commit mentioned in #63 and this issue is not resolved when using said fork. |
Can you try again with v4.1.0? |
I don't see any change in behavior with v4.1.0. |
Can you demonstrate the problem with a plunkr? |
http://plnkr.co/edit/007mVhenNIdjAftfMW6K?p=preview demonstrates that if you change the |
Ah I totally see what you mean. I'll try to create a regression test and investigate a fix. |
Thanks! On Tue, Apr 14, 2015 at 11:48 AM, Joe Nelson [email protected]
|
I just spent some time debugging and I really don't know why this is happening. Maybe a quirk about how directive binding works when sharing a variable in the parent scope? Then again other shared variables like the page number seem to work fine. |
Thanks for looking into it! I'm not using the passive copy any more because It's probably one of those On Sat, Apr 25, 2015 at 1:20 PM, Joe Nelson [email protected]
|
Passive Pagination page links do not update when items per page is altered begriffs#62
Thanks for the great tool!
The passive copy at the bottom of my page doesn't update when
url
changes or whenreloadPage
is set. The active one works fine.I tried to plunkr this, but I can't even see the passive copy on plunkr for some reason. I'll create another issue about that.
The text was updated successfully, but these errors were encountered: