opitzconsulting / jquery-mobile-angular-adapter

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

Button with <a data-role="button"> does not work with ngm:if/ng:repeat when not initially rendered #10

Closed tbosch closed 13 years ago

tbosch commented 13 years ago

A button with or does not get styled correctly with the jquery mobile styles, when the button is not shown initially but then shown later (e.g. due to the condition being false in ngm:if or the collection being empty in ng:repeat).