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'}
];