Here is the HTML
<div range-slider min="0" max="100" model-max="rangevalue.value" pin-handle="min" onHandleUp="x()"></div>
and i want to do something like this.
$scope.x=function(){
console.log($scope.rangevalue.value)
}
but onHandleUp is not working.