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 Jan 12, 2019. It is now read-only.
I've got an issue with infinite scrolling a list with a normalized collection.
The initial data is loaded correctly, but no subsequent data is loaded on scroll, but no more data is loaded when scrolling down. Infinite scrolling does work when I replace the normalized collection ref to a standard Firebase ref. What am I doing wrong here?
// map the paths we are going to joinvarnorm=newFirebase.util.NormalizedCollection(FB.child('sessions'),[FB.child('accounts'),'accounts','sessions.user']);// specify the fields for each pathnorm=norm.select('sessions.user','sessions.loginTime','sessions._sort', ... );// get a reference we can use like a normal Firebase instancevarscrollRef=newFirebase.util.Scroll(norm.ref(),'_sort');
firebase#2.2.9
firebase-util#0.2.6
The text was updated successfully, but these errors were encountered:
The above seems only be the case when using a NormalizedCollection as a Scroll ref as a data source for ui-grid (version 1.7.2). The rest of my code looks like this:
I've got an issue with infinite scrolling a list with a normalized collection.
The initial data is loaded correctly, but no subsequent data is loaded on scroll, but no more data is loaded when scrolling down. Infinite scrolling does work when I replace the normalized collection ref to a standard Firebase ref. What am I doing wrong here?
firebase#2.2.9
firebase-util#0.2.6
The text was updated successfully, but these errors were encountered: