hi Skattabrain, Luke gave you a perfectly applicable solution, however there is a catch! You have an array of 15.000 items in your scope? This will work well with angular given enough memory/cpu. However, is you are on a memory/cpu-constrained device (phones come to mind..) this might give you a serious issue. Depending on the app's requirements I would probably do this on the server. Especially, because a list like this will probably transcend a single user, so you only need to maintain a single list, which you can cache in server memory! (and fetch using paging solutions!)
Regards Sander -- 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 angular+unsubscr...@googlegroups.com. To post to this group, send email to angular@googlegroups.com. Visit this group at http://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.