It seems like AngularJS really pays a lot of attention to using filters and another ng directive in your view to filter and sort your data instead of doing it manually in the model. Is there a reason for this, i.e. Faster, caches or something else?
I want to show a sorted list, for example, but I also want to access the sorted list for other purposes that are not related to viewing. It is very simple if the list is sorted directly in the model, so I'm trying to figure out if there is a flaw in this.
Thanks!
ciryus
source share