scottohara / loot

An implementation of some of the core MS Money features in Ruby on Rails
MIT License
4 stars 3 forks source link

ui-sref-active for multiple ui-srefs #57

Closed scottohara closed 9 years ago

scottohara commented 10 years ago

In dropdown menus, having a ui-sref-active on the top level dropdown and multiple ui-srefs on the dropdown items doesn't work (only the last ui-sref correctly set it as active)

http://plnkr.co/edit/Wy6NXIBF8FNnNOmaynsr?p=preview

https://github.com/angular-ui/ui-router/pull/821 https://github.com/angular-ui/ui-router/pull/927 etc.. (loads more)

Not yet in 0.2.10

scottohara commented 10 years ago

Upgraded to 0.2.11; plunker still shows the same behaviour as before.