Venturocket / angular-slider

Slider directive for AngularJS.
MIT License
262 stars 121 forks source link

Fixed translateRangeFn and translateCombinedFn #80

Closed circlingthesun closed 5 years ago

circlingthesun commented 9 years ago

The translateRangeFn and translateCombinedFn attributes were mistyped as translateRangeFnFn and translateCombinedFnFn. This fixes the typo and restores the functionality provided by these attributes.