nouislider-angular
nouislider-angular copied to clipboard
angular wrapper for nouislider
Please add support for es6 import. e.g. for ui-router `import uiRouter from 'angular-ui-router'`
When i do second time: ``` $.scope.opts['pips'] = { mode: 'steps', filter: function (value, type){ return value == rc.val/10 ? 1 : 0; } } ``` This is not working
Is there any way to get the format -> encoder/decoder option working here for formatting the input/output of the slider?
i am setting in function with `ctrl.options.start = [5,15]`, slider take position but value of slider after set not updating.
When having more than 2 values to our slider only first 2 are being synced. Fix: 'equals' and `createSlider` methods should be changed to loop over the start values and...
Hi Yankovsky/Users, Looks like a great plug in and is perfect for something I require. I am having an issue installing though! I can see it installed the libraries: \www\assets\lib>...
Unless I'm missing something, it would be very helpful if this control supported a ng-model attribute. Where your control would update the model when the slider changes. Perhaps use this...
Thank you for your work. Keep it up. 👍