0
Q:

slider plugin for angular

$scope.slider = {
    minValue: 10,
    maxValue: 90,
    options: {
        floor: 0,
        ceil: 100,
        step: 1,
        minRange: 10,
        maxRange: 50
    }
};
0
$scope.slider = {
  minValue: 15,
  maxValue: 85,
  options: {
    floor: 0,
    ceil: 100,
    showTicksValues: 10
  }
};
0

New to Communities?

Join the community