ng2-nouislider icon indicating copy to clipboard operation
ng2-nouislider copied to clipboard

Angular2 noUiSlider directive

Results 82 ng2-nouislider issues
Sort by recently updated
recently updated
newest added

Hi All, I have followed all the instructor as in document. But I do not see the slider background, its invisible, I revert to previous version and then tried a...

# Issue 1: ## Use case: a date slider (data model is UNIX time in milliseconds) ``` ``` ``` model: number = 1484611200000; formatter: NouiFormatter = { from(value: string): number...

Hi, I have use-case: when range is changed, also change ngModel to [min,max]. But I always have to click twice, first time range is updated and then ngModel. This is...

**Type of Issue** ``` [x] Bug Report [ ] Feature Request ``` **Versions** ``` ng-packagr: "^1.6.0" node: v8.10.0 @angular: ^4.2.4 rxjs: ^5.5.6 zone.js: ^0.8.19 ``` **Description** When i export my...

I have min and max range and want stop slider in middle if I reached the min fixed value please provide the solution I am in the problem at this...

Hi All, i am trying to change the tooltip label using tooltip property in the ng2-nouislider. when both min handle and max handle range are collide(are in the same range)....

When running our build script, the typescript line is : ``` ts tsc -t es5 --moduleResolution node --emitDecoratorMetadata --sourceMap false --experimentalDecorators --module commonjs src/main.ts ``` Error message is : ```...

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.

How can i change the handle color as the value changes for slider

I am using the angular cli. I have done npm install of ng2-nouislider and nouislider. later i done this. import { NouisliderModule } from 'ng2-nouislider'; and in the angualr-cli.json i...