2

i need to populate result using range slider. when user changing price, result set should change accordingly. please check attached image.Result View

var mainlist = 
[
    {company: 'ABC', vtype: 'car', price:'5000'},
        {company: 'DCC', vtype: 'Van', price:'1000'},
        {company: 'ABC', vtype: 'car', price:'3000'}  
];
Aza
  • 19
  • 2
  • 1
    where is your code what have you tried? – Manish Sep 01 '16 at 04:14
  • 1
    Possible duplicate of [AngularJS filtering between a range](http://stackoverflow.com/questions/23728666/angularjs-filtering-between-a-range) – Manish Sep 01 '16 at 04:14
  • that image looks like you're on the right path - when you have an issue, ask again after searching for a [solution](http://stackoverflow.com/a/23729095/5053002) for the same issue first, of course – Jaromanda X Sep 01 '16 at 04:16
  • Thank you manish. i am working with your solution (link). – Aza Sep 01 '16 at 04:22
  • Perfectly worked !! Thanks again – Aza Sep 01 '16 at 05:02

0 Answers0