Michael Bromley

Results 750 comments of Michael Bromley

Hi, I'm not sure I totally understand. So, let's say the server has 123 items, and we list 10 per page. So with the current code: ``` var totalPages =...

Hi, Since you will be using multiple pagination instances on a single page, you'll need to explicitly set the `pagination-id` to some unique value for each instance. This could be...

@isahgaga you need to show me your code. I can't tell what is wrong from a screen shot alone.

Hi, thanks for the report and suggestion. I'll get around to properly reviewing this as soon as I have some free time in the next week or so.

Hi, There is no "option" to set `boundary-link-numbers` to true or false. In the current implementation it is simply [hard-coded into the function that generates the page links](https://github.com/michaelbromley/angularUtils/blob/1fdc15c084003ab7c16030e53dd0a85065ab8c69/src/directives/pagination/dirPagination.js#L451). That code...

I understand if you don't get the time to make the needed changes. I'll leave this issue open as a reminder to myself for the next time I have a...

Hi, Thanks for the suggestion. Right now I do not have time to work on this, though I would very much welcome a pull request if you (or anyone else)...

Yes, you're right that they don't currently do anything. And I also agree that it would be better if they did behave as you describe. I think it should be...

Hi, I'm aware of this issue, but right now there is no simple fix, other than getting creative with your CSS skills. For example, if the "leaving" animation is instant...

@jscontrust I know it's been a long time, so maybe you fixed this already, but how about this: ``` css .animate-repeat-tablerow.ng-move, .animate-repeat-tablerow.ng-enter { transition:all linear 0.2s; } .animate-repeat-tablerow.ng-leave.ng-leave-active, .animate-repeat-tablerow.ng-move, .animate-repeat-tablerow.ng-enter...