Skip to content
This repository was archived by the owner on May 29, 2019. It is now read-only.

Commit 7bbc176

Browse files
committed
demo(*): Add related projects dropdown to menu
1 parent a5f83bf commit 7bbc176

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

misc/demo-template.html

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,21 @@
2323
<header class="navbar navbar-fixed-top">
2424
<div class="navbar-inner">
2525
<div class="container">
26-
<a class="brand" href="#">UI Bootstrap</a>
26+
<div class="dropdown pull-left">
27+
<a class="brand dropdown-toggle" role="button" data-toggle="dropdown" href="#">
28+
UI Bootstrap
29+
<b class="caret"></b>
30+
</a>
31+
<ul class="dropdown-menu" role="menu" aria-labelledby="dLabel">
32+
<li><a href="https://github.com/angular-ui/"><strong>Related Projects:</strong></a></li>
33+
<li class="divider"></li>
34+
<li><a href="http://angular-ui.github.com/">AngularUI</a></li>
35+
<li><a href="http://angular-ui.github.com/ng-grid/">Grid</a></li>
36+
<li><a href="https://github.com/angular-ui/AngularJs.tmbundle">AngularJS.tmbundle</a></li>
37+
<li><a href="http://angular-ui.github.com/router/">Router <span class="label label-success">New!</span></a></li>
38+
<li><a href="http://angular-ui.github.com/Tips-n-Tricks/">Tips-n-Tricks <span class="label">WIP</span></a></li>
39+
</ul>
40+
</div>
2741
<div class="nav-collapse">
2842
<ul class="nav">
2943
<li>

0 commit comments

Comments
 (0)