opitzconsulting / jquery-mobile-angular-adapter

jquery mobile angular adapter
MIT License
517 stars 114 forks source link

pristine state not respected for form input range #126

Closed rodcloutier closed 11 years ago

rodcloutier commented 11 years ago

Upon creation, input of type range are not set to pristine like other input types when min is specified.

See fiddle http://jsfiddle.net/rodcloutier/PT8YL/1/

tbosch commented 11 years ago

Yes, that's a bug. Thanks for reporting!

Tobias

tbosch commented 11 years ago

Hi, by the way, slider now uses numbers in the scope (just like <input type="number">), and no more strings.

Thanks for reporting! Tobias