Created
August 27, 2014 15:56
-
-
Save omolina/87053d3e2e32c2191ab6 to your computer and use it in GitHub Desktop.
angular-menu
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="collapse navbar-collapse" collapse="menuCollapsed"> | |
<ul class="nav navbar-nav"> | |
<li ui-sref-active="active"> | |
<a href ui-sref="home"> | |
<i class="fa fa-home"></i> | |
Home | |
</a> | |
</li> | |
<li ui-sref-active="active"> | |
<a href ui-sref="about"> | |
<i class="fa fa-info-circle"></i> | |
What is it? | |
</a> | |
</li> | |
<li ui-sref-active="active"> | |
<a href ui-sref="consumeJson"> | |
<i class="fa fa-home"></i> | |
Consumir Json | |
</a> | |
</li> | |
<li> | |
<a href="https://github.com/ngbp/ngbp#readme"> | |
<i class="fa fa-book"></i> | |
Read the Docs | |
</a> | |
</li> | |
<li> | |
<a href="https://github.com/ngbp/ngbp"> | |
<i class="fa fa-github-alt"></i> | |
Github | |
</a> | |
</li> | |
<li> | |
<a href="https://github.com/ngbp/ngbp/issues"> | |
<i class="fa fa-comments"></i> | |
Support | |
</a> | |
</li> | |
</ul> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment