angular-ui / ui-slider

jQuery UI Slider for AngularJS
https://htmlpreview.github.io/?https://github.com/angular-ui/ui-slider/master/demo/index.html
MIT License
265 stars 176 forks source link

IE8 Support #71

Closed Bezmundo closed 9 years ago

Bezmundo commented 9 years ago

When trying to implement within ie8 I get the following error:

  TypeError: Object doesn't support this property or method<div class="ui-slider__thumb ng-pristine ng-valid" data-ng-model="question.selectedValue" data-name="input" data-ng-required="" data-ng-mouseleave="show = false" data-ng-mouseenter="show = true">

is there anyway to get support for ie8 without using the jquery version.

PowerKiKi commented 9 years ago

This project support Angular 1.3, and Angular 1.3 does not support IE8. There probably won't be any effort for IE8 compatibility. But if you submit a PR, it could still be merged.