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 instead of the "start" attribute in the options.
My app has an existing model e.g. app.maxFileSize
It seems I have to capture on change events and update my model accordingly.
Is this correct?
BTW: nice work on this library!
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 instead of the "start" attribute in the options.
My app has an existing model e.g. app.maxFileSize
It seems I have to capture on change events and update my model accordingly.
Is this correct?
BTW: nice work on this library!