darul75 / angular-awesome-slider

:arrows_clockwise: Angular slider control directive
http://darul75.github.io/angular-awesome-slider/
MIT License
144 stars 63 forks source link

How do I reset the slider? #35

Closed sisardor closed 9 years ago

sisardor commented 9 years ago

Is there functionality to reset the range slider? I tried to rest the slider by overriding

$scope.Reset = function() {
      $scope.value = "1000;10000";
}

but the code is creating new instance of ng-slider and callback : function(value){ .. } is executing multiple times. Is there other way of resetting the slider?

darul75 commented 9 years ago

bugs, I need refactore many things, thanks