For dynamic collections using ng-repeat, we need to provide a way to call a user-defined function to update the collection, based on certain conditions such as nearing the edge of the collection.
Currently the user can update the collection outside of angular-pages, and angular-pages will pick up the changes. But the user has no way of knowing when to update the collection.
For dynamic collections using ng-repeat, we need to provide a way to call a user-defined function to update the collection, based on certain conditions such as nearing the edge of the collection.
Currently the user can update the collection outside of angular-pages, and angular-pages will pick up the changes. But the user has no way of knowing when to update the collection.