tb / ng2-nouislider

Angular2 noUiSlider directive
http://tb.github.io/ng2-nouislider/
MIT License
184 stars 114 forks source link

Slider working but handles missing #104

Closed stajima closed 6 years ago

stajima commented 7 years ago

So my range slider is working but the handles are missing. I find this baffling. Any ideas what might be causing this? Code and screenshot attached. Appreciate the help!

<nouislider class="col" [connect]="true" [min]="0" [max]="10" [step]="0.5" [(ngModel)]="bathroomFilter.bathroomsRange" [ngModelOptions]="{standalone: true}"> </nouislider>

screen shot 2017-08-31 at 5 58 55 pm