Closed
Description
@ksperling said somewhere at some point:
Finally, to provide utility directives around ... highlighting the current place in the UI ...
I propose a directive called ui-active-highlight, it would add an "active" class onto the element whenever the state in the parameter was active.
<li ui-active-highlight="contacts">
<a href="/contacts">Go to Contacts Page</a>
</li>