-
Hi,
First of all I have said this before on TypeDrawers, this is a great plugin. Love it.
Secondly, I saw some minor issues that I wanted to mention here.
When your site is an RTL one, you p…
-
i use blow codes but it does not work :
```
var slider = document.querySelectorAll('input[type="range"]');
rangeSlider.create(slider, {
onSlide: function (value, percent, position) …
-
I have inserted the js files:
`
`
and the javascript example with options:
`jQuery('input[type="range"]').rangeslider({
polyfill: true,
// Default CSS classes
rangeClass: 'ra…
-
Hi! I'd love to use your wrapper and followed the simple steps, but I get an error when using the component in my template. The console reads:
> ERROR Error: StaticInjectorError[ElementRef]:
> …
-
I'm installing AdminLTE using this documentation: https://adminlte.io/docs/2.4/installation.
Runnnig the following commands:
```
$ npm install bower
$ ./node_modules/.bin/bower install admin-lte…
-
**Description:**
Cannot install hydrogen on linux mint 18.3
I wonder if anyone else experienced a same problem on linux.
It would be grateful if anyone could help me. :(
**Steps to Reprod…
-
Hi,
the code below used to work with version
-
Trying to get started with this plugin. Here's the code I have to initialize it.
```js
function dateSlider() {
$('input[type="range"]').rangeslider({
polyfill: false,
min: 0,
…
-
Running Meteor on a Ubuntu VM 14.04 and 16.04.
Was expecting that doing `meteor update --packages-only` would update all the packages to their latest version that is compatible with the specified M…
-
Slider component settings - Scale: 1-5 Correct answer: 3.
* Resetting the component positions the slider to 5 instead of 1.
* Clicking the slider area itself does not move the scale when I attemp…