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

I noticed that you cannot change `min` and `max` inputs if you are also using the `config` input. In other words, if min/max values change at runtime, they instantly revert...

Hi, is there a way to remove min and max cannot be same validation? assume there is only result after applying certain filters in that case min max can be...

Programmatic change (not user interaction with the control) of underlying `ngModel` (which the control binds to) dirties the control's state and enclosing form's state. User interaction should dirty the control's...

Seems like jasmine packages need to be updated/set to the right version. This is what I get after running `npm i` followed by `npm run test` ``` ERROR in /private/tmp/ng2-nouislider/node_modules/@types/nouislider/index.d.ts...

Trying to build this package. This is on Mac OS X. Running npm install node-sass@latest resolves it. Perhaps node-sass version needs to be updated in the package.json? Error is below....

While click and drag both buttons are moving together.

Hi All I am trying to implement the ng2-nouislider in my angular7 project i am new to angular where to find SystemJS config to insert the below code Add to...

I am trying to change the max value of a slider, the new value is apply but slider will not render the pips: ![image](https://cloud.githubusercontent.com/assets/5797812/26703372/f7477058-4731-11e7-97e9-699c4a61588e.png) here is the code I use:...

![image](https://user-images.githubusercontent.com/15327989/36073033-8a41433e-0f32-11e8-870e-b146e3a297c4.png) Not only that the buttons merge, after I drag first time if I try to click anything on the page it continues to drag even though I am not...

After compile without errors with SSR when get serve up an error appears on console and theres no component rendered inside view. **The error is the following:** `Node server listening...