Joe Nelson

Results 199 comments of Joe Nelson

Due to your not responding I'm going to assume it's not a problem anymore. Let me know if you want to reopen the issue.

Not sure off the top of my head. I've created myself a TODO to look into this.

OK, I looked into it more but it's not clear. I'll let an Angular expert chime in here. At this point Angular is not a technology that I intend to...

I think you have to update the template cache that this directive uses. Here is info about how to do that https://docs.angularjs.org/api/ng/service/$templateCache The name of the template to replace is...

You're right, I see the duplication in the demo. (Also the 4x thing happens because each request is calling the OPTIONS verb and then a GET, so two calls done...

Hmm, there is a passing test for this here: https://github.com/begriffs/angular-paginate-anything/blob/master/test/paginate-anything-spec.js#L411-L421 Can you give me more information about your code and situation?

Maybe you have to toggle it from true to false and back to true in order to get another reload.

Perhaps this will be fixed when #63 is resolved.