Hi, This might seems a weird question, but I would like to know if in javascript code (not in the html) I should use angular native filters "filter" and "orderby" to filter and sort a list of items ? I've been doing so because it's quite powerful and easy to use, but I'm wondering if it's not performance hungry. Angular filters are implemented mainly to be used in the html, so I'm asking myself, even if I know angular developers are great, if I shouldn't switch to another implementation. Do you have any good advice, I need something as flexible as angular filters, I mean being able to sort/filter on any sub fields, and already optimized for this, because I would be able to do it, but it might not be optimized at all.
Thanks. -- 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 https://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
