File tree Expand file tree Collapse file tree 3 files changed +27
-2
lines changed
tests/dummy/app/templates Expand file tree Collapse file tree 3 files changed +27
-2
lines changed Original file line number Diff line number Diff line change @@ -195,7 +195,7 @@ command (that can be run anywhere):
195195` npm uninstall -g ember-cli-bootstrap3-popover `
1961961 . Remove the reference to the ` ember-cli-bootstrap3-popover `
197197in 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
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments