You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Being able to view the source code for the demo would be helpful.
for example, when you change the input text boxes for the start and end value, the slider changes, but it is not apparent how you are doing it. when I try the angular 2 way of binding with [startValue]="startValue" where the also binds to the variable startValue, I get "Can't bind to 'startValue' since it isn't a known property of 'ng2-slider'." which is an RC5 message. Same with min, max and endValue.
Speaking of RC5, an ngModule is needed.
The text was updated successfully, but these errors were encountered:
not quite sure if this is related,but i'm on rc4 and i noticed if i use any input it binds the first time but does check for input changes.... i.e [value]="someDynamicValue", [startValue]="someDynamicValue"
Being able to view the source code for the demo would be helpful.
for example, when you change the input text boxes for the start and end value, the slider changes, but it is not apparent how you are doing it. when I try the angular 2 way of binding with [startValue]="startValue" where the also binds to the variable startValue, I get "Can't bind to 'startValue' since it isn't a known property of 'ng2-slider'." which is an RC5 message. Same with min, max and endValue.
Speaking of RC5, an ngModule is needed.
The text was updated successfully, but these errors were encountered: