Skip to content

Commit

Permalink
Small changes to the demonstration help documents.
Browse files Browse the repository at this point in the history
  • Loading branch information
nadnoslen committed Dec 11, 2016
1 parent 23a5ad3 commit 4f6c4e8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion tests/dummy/app/templates/application.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="/">ember-cli-bootstrap3-popover</a>
{{#link-to "index" classNames="navbar-brand"}}
ember-cli-bootstrap3-popover
{{/link-to}}
</div>

<!-- Collect the nav links, forms, and other content for toggling -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,9 @@
The <code>onShow</code>, <code>onShown</code>, <code>onHide</code>, <code>onHidden</code>, and
<code>onInserted</code> events (analogous to the
<a href="http://getbootstrap.com/javascript/#popovers-events" target="_blank">Bootstrap popover events</a>) of
the <code>\{{twbs-popover}}</code> can be hooked into your component's, controller's, or route's actions.
the <code>\{{twbs-popover}}</code> can be hooked into your component's, controller's, or route's actions. In
this example I have the <code>onShow</code>, <code>onShown</code>, etc. properties set to actions (of the
exact same name) in my component that is responsible for rendering the <code>\{{twbs-popover}}</code>.
</li>
<li>These events do not receive or expect any arguments.</li>
<li>
Expand Down

0 comments on commit 4f6c4e8

Please sign in to comment.