Micah Duke

Results 18 comments of Micah Duke

+1 Excerpts from César Hernández's message of 2014-06-06 13:54:28 -0500: > +1 > > --- > > Reply to this email directly or view it on GitHub: > https://github.com/chieffancypants/angular-hotkeys/issues/5#issuecomment-45372023

Put this in an html file, point the paging JS to a correct path, then select page 4. ``` html $().ready(function(){ setPagination(120,10,1); }) function setPagination(items,perPage,currentPage){ $(".pagination").paging(items, { format: "< (qq...

Ideally you want it in the group as to stop it's display when there is no intervening pages in the contiguous order. But you don't want it to display (as-is...

Thanks @Olical that did the trick for me.

Thanks for the report @JoshLipschultz. I have not yet encountered this issue. If you can fix it that would be awesome, send me a PR. I will look at this...

I am not sure. I have gotten slammed with life lately and haven't given this the attention it needs. Try it fix it if you want. I will accept PRs....

Sounds good Stephen. On May 10 at 07:23 AM, Stephen Parsons said thus: > I am interested in having a config option to use a different database. SQLite in particular,...

Keep it all :) On May 10 at 09:30 AM, Stephen Parsons said thus: > Thanks! I've also been making a fair number of minor formatting changes in my fork...