Basic Usage
See original GitHub issueThe following statement from Basic Usage is a bit ambiguous
Now, whenever the infinity-loader is in view, it will send an action to the route (the one where you initialized the infinityModel) to start loading the next page.
When the new records are loaded, they will automatically be pushed into the Model array.
The only action that is spoken about is infinityLoad
and it is at the end of the readme. You may want to consider mentioning that you have to implement the action (and mention the actions name) in the Basic Usage. It reads like the basic usage would have worked with out adding an action to the route.
Issue Analytics
- State:
- Created 7 years ago
- Comments:9 (2 by maintainers)
Top Results From Across the Web
Basic Usage – WordPress.org Forums
Basic Usage · First Steps with WordPress (Classic Editor) · List View · Writing Posts · Block Pattern Directory · Pages · Media...
Read more >Basic usage | Documentation | Poetry - Python dependency ...
Basic usage. Project setup. Initialising a pre-existing project; Specifying dependencies. Using your virtual environment. Using poetry run ...
Read more >Basic usage - Composer
To start using Composer in your project, all you need is a composer.json file. This file describes the dependencies of your project and...
Read more >Basic Usage | laravel-permission - Spatie
This package allows for users to be associated with permissions and roles. Every role is associated with multiple permissions. A Role and a...
Read more >Basic Usage
To change the proportions of the plot heights assigned to the matrix and intersection size bar plot, use the mb. ratio parameter entered...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@rmcsharry I was not able to figure this one out either. I ended up taking ember-infinity out of my component and just implementing it in the route and respective template. Would have been nice to figure this out.
Thanks guys - I don’t really recommend using this inside of a component (I can’t currently think of a good reason for it) - but it works the same as regular-old-ember action bubbling.
Please check #180 for my recommendation.