fnakstad / angular-client-side-auth

One way to implement authentication/authorization in Angular applications
http://angular-client-side-auth.herokuapp.com/
MIT License
1.63k stars 346 forks source link

Active Tab not displayed #62

Closed berlin2 closed 10 years ago

berlin2 commented 10 years ago

The Active Tab 'Private' is not displayed when selecting /private/nested/ or /private/admin/ on top of the page.

fnakstad commented 10 years ago

Ah, you are right! This was a side-effect of switching to ui-sref. I've rolled back those commits now, so it should be working again. I still want to switch to ui-sref, but we will have to wait till there's a way of applying ui-sref-active classes to links associated with parent scopes.

Thanks for reporting!