angular-circular-slider
angular-circular-slider copied to clipboard
Angular port of circular slider which helps to slide range of values and images. It supports half(top/bottom/up/down) and full circle shapes
Attempting to integrate this into my page.ts file but getting: Typescript Error Unexpected token. A constructor, method, accessor, or property was expected. Here is my code:` import { Component }...
Im executing ajax function to send data to remote server. Tried using **onSlideEnd** but its behaviour is not standard, basically **onSlideEnd** should be invoked when there is actual slide end...
When the slider is used within a directive with custom element, for example the https://github.com/LukaszWatroba/v-tabs, the following error is thrown: `TypeError: Failed to execute 'getComputedStyle' on 'Window': parameter 1 is...
It appears initializing to zero is not possible when using a negative to positive range. It just defaults to the minimum.
Native sliders let you set a step increment for adjusting values by 0.1 for example. Is it possible with your plugin?
When viewing your component in IE 10 the indicator jumps to the min value on slide. This can be seen with your demo and if you dont have ie 10...