Angular filter and order elements on click
I'm trying to filter a list of items (grabbed from JSON) onclick. I pull the data once from the server then would like to filter/order the elements using Angular. Here is my plunker: http://plnkr.co/edit/glSz1qytmdZ9BQfGbmVo?p=preview Tabs -- How could I filter/sort the items onclick? "Recent" would be sorted by date and "Popular" would be sorted by views. Categories -- I'm using ng-click to grab the category value although not sure how to update the filter dynamically (using the value passed onclick). Thanks I would wrap the entire functionality inside a parent controller with the tab change