mr-nav-state
v1.1.1
Published
Small Angular.js directive that sets an `is-active` class on elements that have (or contain) an `[href="currentUrl"]`
Downloads
3
Readme
mr-nav-state
Small Angular.js directive that sets an is-active
class on elements that have (or contain) an [href="currentUrl"]
Usage
<li mr-nav-state[="/optional/hardcoded/url"] [mr-nav-state-strict]>
<a ng-href="bar">Foo</a>
</li>