opitzconsulting / jquery-mobile-angular-adapter

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

Error rendering checkboxes with ng-disabled and ng-repeat #56

Closed tbosch closed 12 years ago

tbosch commented 12 years ago

Hi, using ng-repeat and ng-disabled on a checkbox list with more than 1 entry results in errors during rendering: http://jsfiddle.net/ZHKBA/16/

In the DOM, the first row contains both <input> tags, and the second contains none.

Tobias

tbosch commented 12 years ago

If you use ng-repeat with checkboxes, but every checkbox in a separate <fieldset>. Then everything works fine, see here: http://jsfiddle.net/ZHKBA/17/

See also http://jquerymobile.com/demos/1.0a3/docs/forms/forms-checkboxes.html