Be gentle :) - I am just starting my vertical learning curve with this tool
I am sure this is a day one, lesson one question - but it's given me a few moew grey hairs in the unsuccessful pursuit of solving
I have spend hours with this so am reaching out for help as I cannot solve having Googled hundreds of time looking for the answer
I can disable/enable the verticalSlider1
from the checkbox button
How do I do this from a javascript function? - I have literally tried a hundred or so permutations unsucccessfully
Thank you in advance
Enter code he<article>
<label>Disabled <input type="checkbox" ng-model="verticalSlider1.options.disabled"></label>
</article>
<article>
<h2>Vertical sliders</h2>
<div class="row vertical-sliders" style="margin: 20px;">
<div class="col-md-2">
<rzslider rz-slider-model="verticalSlider1.value" rz-slider-options="verticalSlider1.options"></rzslider>
</div>
</div>
</article>re...