opitzconsulting / jquery-mobile-angular-adapter

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

Models destroyed on slider (range), possibly other widgets... #175

Closed jonathancochran closed 11 years ago

jonathancochran commented 11 years ago

When the jqm widgets are rendered to the view, the associated model seems to be destroyed. If you remove the two inputs in my plunker example, the model works as intended.

Give it a sec to load (it downloads the standalone adapter): http://plnkr.co/edit/3o3EZVLIkys47scGGFtZ?p=preview

tbosch commented 11 years ago

Yes, I can verify this. The slider should take the value 15 as it's initial value...

tbosch commented 11 years ago

Thanks for submitting!