I managed to correct the problems with the plunker... it was a CORS problem (being a network engineer, that fact escaped me until a kind soul on SO pointed it out).
The functional plunker: http://run.plnkr.co/plunks/fQuZOn/ On Sun, Mar 16, 2014 at 6:45 AM, David Michael Pennington < [email protected]> wrote: > Apologies, my plunk link above is incorrect... this is the right one... > > http://run.plnkr.co/plunks/fQuZOn/ > > > On Sun, Mar 16, 2014 at 6:29 AM, Sander Elias <[email protected]>wrote: > >> Hi David, >> >> I browsed over your code. You should really build a plunk for these >> questions, that makes it a lot easier to help you. >> what struct my eye was this: >> >> filter: { >> Column01: "", >> Column02: "", >> Column03: "", >> } >> >> You are here setting a filter for all columns of your data being empty!, >> did you try replacing "" with null? >> >> Regards >> Sander >> >> >> -- >> You received this message because you are subscribed to a topic in the >> Google Groups "AngularJS" group. >> To unsubscribe from this topic, visit >> https://groups.google.com/d/topic/angular/r50jwoUKsfU/unsubscribe. >> To unsubscribe from this group and all its topics, send an email to >> [email protected]. >> To post to this group, send email to [email protected]. >> Visit this group at http://groups.google.com/group/angular. >> For more options, visit https://groups.google.com/d/optout. >> > > -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
