slider plugin for angular

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

Source

Also in JavaScript: