ember-infinite-pagination
ember-infinite-pagination copied to clipboard
fixed to work with current ember master [1.5.0-beta.1] and previous stab...
...le version
Instead of [model-type].find we have to use [store].find([model-type], [params] and instead of binding to 'isLoaded' property, we have to use promise by utilising "then"
Hi @1mehal. So sorry, I only just saw this. Is is still valid?
@iHiD it should be valid, I'm going test it later and will tell if it still works
Brilliant. I'll merge it down if it does. Sorry again!