Vitalii
Results
2
comments of
Vitalii
I also have the same problem.
On ion-rangeslider first loading, it attaches ionRangeSlider function to global jQuery scope. As I understand, `var jQuery = require("jquery");` defines local version of jQuery, that does not have ionRangeSlider. So...