opitzconsulting / jquery-mobile-angular-adapter

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

binding of input type date in iOS 5 broken #16

Closed stefanscheidt closed 12 years ago

stefanscheidt commented 12 years ago

Values of inputs of type date are not correctly bound to model properties. Tested on iOS 5.

tbosch commented 12 years ago

This was a bit tricky: On iOS5, the browser does not fire a change event when data is entered. The widgets now listen for the blur event...