Michael Bromley
Michael Bromley
Hi, Your demo is not working firstly because you are referencing `js/dirPagination.js` but it is not there in the Plunker demo. Also you have PHP code mixed in there -...
Have you tried using css to alter the default styles?
Hi, We've run across this issue before in another form: https://github.com/michaelbromley/angularUtils/issues/128#issuecomment-78516645 - comes down to the idea that the identifier (id) must be a valid JavaScript identifier. I wrote about...
Sure it is. Perhaps you are running into [this common error](https://github.com/michaelbromley/angularUtils/tree/master/src/directives/pagination#why-does-my-sort--filter-only-affect-the-current-page) when it comes to filtering?
Hi, Thanks for the suggestion. I suspect, as you mentioned, customising the template would be the way to go with this. I've not had a feature request for something like...
Hi, Please could you [fork and edit this plunker demo](http://plnkr.co/edit/b37IdFFJUokaeSummETX?p=preview) and try to reproduce your issue? Paste the link to your updated demo here so I can take a look....
Hi, Thanks for the clear demos. I have a few suggestions: 1. If you were to use `ng-if` on your controls directives, the extra callbacks would not fire. In your...
@hplloyd Yes, that's a good suggestion. I'm going to leave this issue open with an "enhancement" label to remind myself to consider implementing when I make the next update to...
@GregaVrbancic For now I have made not incorporated a fix into the code. Just go with one of the work-arounds mentioned above. To be honest, this module is not something...
Oh man, this is a use case I had never imagined. Can't guarantee when I'll have time to work on this - I had a bad feeling that it'll take...