Results 17 issues of Jaimin

Would like to try out the application. basic documentation to get started should be helpful.

Where there more than one slider on the page, it throws following error upon updating the subsequent sliders - Uncaught Error: Invariant Violation: findComponentRoot(..., .2.2.0.1.0.0): Unable to find element. This...

Instead of adding and removing the touch and mouse events at the 'document' level, do it at DOMNode level - document.addEventListener to this.getDOMNode().addEventListener document.removeEventListener to this.getDOMNode().removeEventListener to avoid getting sliderUpdater...

It works fine only if you have min value 1, if you have any other range its not possible to enter the value. e.g. if min = 30 and max...

Why not use display: none/block instead of visibility: hidden/visible? Visibility hidden takes up the space even though the modal is hidden, it can be avoided if we use display property...

Tried intermediate modal - http://foundation.zurb.com/docs/components/reveal.html when I use with my app and open the second modal from the parent modal, after closing the second modal, I still see the parent...

$scope.loadItems does return the result to items in scope, but it doesn't get bind to the elements on the html.