I'm trying out Angular.js with JQuery Mobile (JQM) and the JQM-adapter for Angular.js (https://github.com/tigbro/jquery-mobile-angular-adapter). Things are generally nice and dandy, but I have a problem getting bindings to update when I use nested listviews. I've mangled the 'todo'-application to exemplify my problem:
http://jsfiddle.net/thostr/yGeQx/3/
Why won't the button label binding update in the click handler (ng-click="task.name = 'changed'")? This seems to work trivially when the list view is not nested, and with plain Angular.js (no JQM, just plain nested ng-repeats).
I think this is solution on JSFiddle help you.