Skip to content

MenuJS/eeh-tuxedo-menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eeh-tuxedo-menu

An AngularJS Tuxedo Menu module.

This module works great with the eeh-navigation module.

Usage

<div eeh-tuxedo-menu="{{ {isFixed: false} }}">
    <ul>
        <li><a href="/foo">Foo</a></li>
        <li><a href="/bar">Bar</a></li>
        <li><a href="/baz">Baz</a>
            <ul>
                <li><a href="/foo">Foo</a></li>
                <li><a href="/bar">Bar</a></li>
                <li><a href="/baz">Baz</a></li>
            </ul>
        </li>
    </ul>
</div>

About

An AngularJS Tuxedo Menu module.

Resources

License

Stars

Watchers

Forks

Packages

No packages published