opitzconsulting / jquery-mobile-angular-adapter

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

navbar doesn't work with ng-repeat #65

Closed jupiterplanet closed 12 years ago

jupiterplanet commented 12 years ago

Hello Tobias,

I am trying to construct a jQuery mobile navbar with ng-repeat which doesnt' work. The active state of the buttons is not cleared. See this jsFiddle for a demonstration: http://jsfiddle.net/jupiter/v4Kt5/4/.

Cheers

tbosch commented 12 years ago

Hi, thanks for reporting. Yes, this is really a bug.

Tobias

tbosch commented 12 years ago

Hi, here is an updated jsfiddle with the current snapshot version 1.1.2-SNAPSHOT.

Tobias

jupiterplanet commented 12 years ago

Thanks Tobias for this fast fix! Great work. I think you forgot the link for the updated jsfiddle.

tbosch commented 12 years ago

Hi, sorry, here is the link: http://jsfiddle.net/v4Kt5/6/ Tobias