Michael Bromley

Results 750 comments of Michael Bromley

Ok. Does that mean this issue is resolved? If so you can close it.

Hi, I know this is very late, but I don't understand what you want. Could you elaborate? (or close if this is no longer an issue).

Hi, Since the `itemsPerPage` var would exist in the parent (controller) scope, and the `dir-pagination-controls` directive is isolated from that, there is no "simple" way to access outer scope variables....

Yeah I guess it would be trivial to expose this value to the template - where you suggest makes sense. Then there would just need to be a line in...

Hi, This is probably caused by the "magic" by which dirPaginate dynamically compiles itself into an `ngRepeat` at runtime. It generally works fine but in edge cases (such as this)...

Hi, Wow, that StackOverflow solution is truly disgusting! 😆 There is a much more simple way to do this: check my modified version of your Plunker: http://plnkr.co/edit/r5EB1CYeiruHqwaiWFTx?p=preview Here is the...

So is chat.html actually available when index.html is being rendered? It sounds like the `dir-pagination-controls` directive is being compiled and linked before the chat.html stuff is available. Also, is this...

To clarify: you are supposed to type in a description of your issue when you create an issue. If you read the text above (the issue template), it explains quite...

Ok. I'm not totally sure I understand the problem. If you have difficulty expressing it well in English, I understand. Can you show what you have attempted already (i.e. show...