Finnsson

Results 21 comments of Finnsson

I see that some check is failing. I'll update to the latest version of master and then make a new pull request.

Hi, as you seem to understand I'm not currently maintaining pager - the main reason being that I haven't used it for quite some time (my current employer is using...

@DKhalil All done. And excellent job by the way!

Hi, thanks for the bug report. Could you construct a JsFiddle or JS Bin that illustrates the bug?

At the moment there is no support for two-way bindings between the hash url and observables. You could probably implement it yourself for your specific scenario, but making something general...

I've actually never tried to call `ko.toJSON`. The error is due to that a page keeps a reference to its parent page while the parent-page keeps a reference to its...

Jepp. It works in that case. I would recommend that you just add ``` pager.Page.prototype.toJSON = function() { return this.ctx; }; ``` for now. I'll try to add and test...

I'm asking on the knockoutjs forum (https://groups.google.com/forum/#!topic/knockoutjs/ezZGzaF233A) what the recommended way forward is.

It seems like I got some copy-n-paste bug in the documentation. The page [Path](http://pagerjs.com/demo/#!/traversal/path) should really document this feature but is instead documenting the `find`-method. I'll fix it. Thanks for...

I think that I understand your feature request. There probably should be some `page-submit`-binding that works on forms. In the meantime you might use an `a`-tag as a workaround (I...