opitzconsulting / jquery-mobile-angular-adapter

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

ng-repeat checkboxes throw error #214

Open bobbydams opened 11 years ago

bobbydams commented 11 years ago

I have an ng-repeat which displays a list of checkboxes. From what I've seen all the checkboxes work properly except the last two in the list. They throw an error: Uncaught Error: cannot call methods on checkboxradio prior to initialization; attempted to call method 'refresh' (Line 507)

I've included a Plunk showing this error. http://plnkr.co/edit/695wzm

tbosch commented 10 years ago

Yes, I can reproduce this bug....