ng-metis
AngularJS directive for Metis Menu (https://github.com/onokumus/metisMenu)
Installation
- Include all required dependencies, that can be found on the plugin Git repo.
- Add directive as an attribute to your menu (to the ul element).
<ul ng-metis>
<li>...</li>
<li>...</li>
<li>...</li>
</ul>