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 was archived by the owner on May 29, 2019. It is now read-only.
I'm grabbing metadata from an API where I know which page I would like to grab via the url parameters, but the total-items takes a few milliseconds to populate.
Because total-items starts out undefined, ngModel is changed from the correct page number to 1.
The only way I have gotten around this is to initialize total-items to an arbitrary number such as 1000. Then the page number is left alone.