gpranav88-zz / clothzy-MVP

Clothzy MVP
0 stars 0 forks source link

Provide filter set along with search results #28

Open gpranav88-zz opened 10 years ago

gpranav88-zz commented 10 years ago

Provide the list of filters to be populated at the frontend in Angular @agamdua watch this.

agamdua commented 10 years ago

Filters demo plunkr: http://plnkr.co/edit/7PhNEADHW099w9kaqS7M?p=preview

agamdua commented 10 years ago

For the dynamic URL, will look into $location.url:

  1. SO answer - http://stackoverflow.com/questions/14174394/how-can-i-change-params-in-url-with-angularjs
  2. Docs - http://docs.angularjs.org/guide/dev_guide.services.$location
agamdua commented 10 years ago

For filter checkboxes: http://vitalets.github.io/checklist-model/

@gpranav88 - check this out it should work for us!