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

value in number throws error #12

Closed Kasyx closed 10 years ago

Kasyx commented 10 years ago

When i set value as an integer:

$scope.value = 1;

it throws error: ngModel.$viewValue.split is not a function