angular-bootstrap-slider
angular-bootstrap-slider copied to clipboard
an angularjs directive for seiyria-bootstrap-slider
Hi i am banging my head on this error.during load: `Uncaught TypeError: Cannot read property 'fn' of undefined bootstrap-slider.js:358` i know it is in my code as the samples work...
https://codepen.io/anon/pen/XgPqdJ Ticks function correctly when range is false or value is singular. ``` ``` Slider does not snap to ticks when range is true or value is an array. ```...
Other angular-bootstrap components include an 'append-to-body' property, which allows displaying a tooltip, for example, outside of the overflow hidden area, by appending the tooltip to the 'body' element, rather than...
Basic Integration ``` ``` But Tooltips is first on the wrong position.
The page that contain the slider doesn't render right the labels, as in the attached picture. But when i select another value on the slider the labels was rendered right....
**Bower mismatch:** Version declared in the json (0.1.26) is different than the resolved one (0.1.28)  Also [this update](https://github.com/seiyria/angular-bootstrap-slider/commit/25a9a8721e96467bab658f1b4f1e57c743b2bb54#diff-0a08a7565aba4405282251491979bb6b) didn't get to bower.
I am getting problem while using this slider with require js. plz see stack link http://stackoverflow.com/questions/29226049/angular-based-bootstrap-slider-does-not-work-with-require-js
The dependency currently lists `"seiyria-bootstrap-slider": ">= 5.2 < 7.0"` so gives an error on bower install with 7.1.1
Currently attempting to use Webpack to bundle an Angular application, and this error is being emitted. I have http://seiyria.github.io/bootstrap-slider/ installed, however upon closer inspection it doesn't appear to be exported...
Angular binding via ng-model only works one way. If I move the slider, my scope variable is changed accordingly. The binding from the UI to the script works. However, if...