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

Use ui-sref and ui-sref-active directives instead of active-nav directive #61

Closed danteata closed 10 years ago

danteata commented 10 years ago

Replaced the activeNav directive with ui-router's ui-sref and ui-sref-active directives

fnakstad commented 10 years ago

Awesome! I don't know how I missed that directive, but that's really nice. Thanks for the PR :)

danteata commented 10 years ago

It's a pleasure contributing to this cool project ;)