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'}  
];
5
  • 1
    where is your code what have you tried? Commented Sep 1, 2016 at 4:14
  • 1
    Possible duplicate of AngularJS filtering between a range Commented Sep 1, 2016 at 4:14
  • that image looks like you're on the right path - when you have an issue, ask again after searching for a solution for the same issue first, of course Commented Sep 1, 2016 at 4:16
  • Thank you manish. i am working with your solution (link). Commented Sep 1, 2016 at 4:22
  • Perfectly worked !! Thanks again Commented Sep 1, 2016 at 5:02

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.