Skip to content

Commit 86e6f87

Browse files
committed
Sub menu to other projects.
1 parent 87d3ad4 commit 86e6f87

File tree

3 files changed

+27
-2
lines changed

3 files changed

+27
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ command (that can be run anywhere):
195195
`npm uninstall -g ember-cli-bootstrap3-popover`
196196
1. Remove the reference to the `ember-cli-bootstrap3-popover`
197197
in your _other_ project's `package.json`.
198-
1. Run an `npm prune` from the root of your _other_ project's command line.
198+
1. Run an `npm prune` and `bower prune` from the root of your _other_ project's command line.
199199

200200
# Deploying The Dummy Application
201201

tests/dummy/app/templates/application.hbs

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,31 @@
1616
<!-- Collect the nav links, forms, and other content for toggling -->
1717
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
1818
<ul class="nav navbar-nav navbar-right">
19+
<li class="dropdown">
20+
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true"
21+
aria-expanded="false">
22+
Other Projects <span class="caret"></span>
23+
</a>
24+
<ul class="dropdown-menu">
25+
<li>
26+
<a href="http://ember-cli-bootstrap3-popover.cybertooth.io/" target="_blank">
27+
ember-cli-bootstrap3-popover
28+
</a>
29+
</li>
30+
<li role="separator" class="divider"></li>
31+
<li>
32+
<a href="http://ember-data-bootstrap3-forms.cybertooth.io/" target="_blank">
33+
ember-data-bootstrap3-forms
34+
</a>
35+
</li>
36+
<li role="separator" class="divider"></li>
37+
<li>
38+
<a href="http://ember-cli-marked-down.cybertooth.io/" target="_blank">
39+
ember-cli-marked-down
40+
</a>
41+
</li>
42+
</ul>
43+
</li>
1944
<li>
2045
<a href="https://github.com/cybertoothca/ember-cli-bootstrap3-popover" target="_blank">
2146
<i class="fa fa-github"></i>

tests/dummy/app/templates/index.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
ember-cli-bootstrap3-popover
44
<img src="http://badge.fury.io/gh/cybertoothca%2Fember-cli-bootstrap3-popover.svg"
55
alt="ember-cli-bootstrap3-popover version">
6-
<img src="https://badge.fury.io/js/ember-cli-bootstrap3-popover.svg" alt="ember-cli-bootstrap3-popover npm"/>
6+
<img src="http://badge.fury.io/js/ember-cli-bootstrap3-popover.svg" alt="ember-cli-bootstrap3-popover npm"/>
77
</h1>
88

99
<h2>Examples</h2>

0 commit comments

Comments
 (0)