SavandBros / tiwun-mobile

Tiwun.com mobile application written in ionic & AngularJS.
https://play.google.com/store/apps/details?id=com.tiwun.mobile
2 stars 2 forks source link

Filtering on items list #25

Open Alir3z4 opened 9 years ago

Alir3z4 commented 9 years ago

On each list view, use ionic or anything you want to make filtering available on lists.

Each time one the filters has been fire up, it should send its value to ItemService (On explore) or SearchService(only on search page) or TagService(Popular tags) and retrieve the items to concat on $scope.items.

SearchService is not a priority at the moment.