Josh Cope
Josh Cope
what is the status on this? would be nice to have
@mrloop thanks for the fix, it fixed my issue as well, did you end up including this code just in your spec_helper file/individual test files or a rails initializer?
@mrloop thanks
@johnculviner switching back to v1.4.2 didn't seem to work with either of those snippets either
running into same issues, any progress ever made?
wondering the same, any success?
@DylanLukes why is the ``` setupController: function(controller, models) { controller.setProperties(models); }, ``` needed? or what is the intention of that? I am sort of confused there
i fixed the binding issue by removing the page/perPage bindings and instead adding a action that is already internally triggered by the page-numbers component when you change a page that...
@mharris717 thanks I have a working solution for now here is what I changed in the paged-remote-array.js, I added a new mixin also with a whole bunch of helper methods...