Skip to content

Commit

Permalink
demo(*): Add related projects dropdown to menu
Browse files Browse the repository at this point in the history
  • Loading branch information
ajoslin committed Jan 30, 2013
1 parent a5f83bf commit 7bbc176
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion misc/demo-template.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,21 @@
<header class="navbar navbar-fixed-top">
<div class="navbar-inner">
<div class="container">
<a class="brand" href="#">UI Bootstrap</a>
<div class="dropdown pull-left">
<a class="brand dropdown-toggle" role="button" data-toggle="dropdown" href="#">
UI Bootstrap
<b class="caret"></b>
</a>
<ul class="dropdown-menu" role="menu" aria-labelledby="dLabel">
<li><a href="https://github.com/angular-ui/"><strong>Related Projects:</strong></a></li>
<li class="divider"></li>
<li><a href="http://angular-ui.github.com/">AngularUI</a></li>
<li><a href="http://angular-ui.github.com/ng-grid/">Grid</a></li>
<li><a href="https://github.com/angular-ui/AngularJs.tmbundle">AngularJS.tmbundle</a></li>
<li><a href="http://angular-ui.github.com/router/">Router <span class="label label-success">New!</span></a></li>
<li><a href="http://angular-ui.github.com/Tips-n-Tricks/">Tips-n-Tricks <span class="label">WIP</span></a></li>
</ul>
</div>
<div class="nav-collapse">
<ul class="nav">
<li>
Expand Down

0 comments on commit 7bbc176

Please sign in to comment.