opitzconsulting / jquery-mobile-angular-adapter

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

inset listview doesn't group elements in ng-repeat #200

Open worrel opened 11 years ago

worrel commented 11 years ago

This may be a dup/regression of #39 , but a simple ng-repeat on an li element inside a ul listview with data-inset="true" results in individual 1-item lists separated by spaces, rather than grouped as single list with rounded corners on first/last child. Using angular 1.0.7, jq-mobile 1.3.1 and latest jqm-angular-adapter.

tbosch commented 11 years ago

Mmh, here is a jsfiddle that works: http://jsfiddle.net/4AEQK/1/

Sorry, the links to the jsfiddles in the readme did not work for some weeks as chrome updated it's security policies... The links in the Readme.md should work now. Could you create an own fiddle that shows the problem?

Thanks, Tobias