ng2-nouislider
ng2-nouislider copied to clipboard
Programmatic change of underlying ngModel spoils slider config object
When we are changing value of variable passed into slider's ngModel then internal slider config field looses "formatting" property. As a result we receive unhandled exception and slider breaks.
I'm facing somewhat similar issue. Not able to figure how to set the slider value programmatically while writing unit tests. Any help?