Browse Source

Fix popover link to match the correct ID

The popover doesn't work unless the ID matches.
pull/802/head
Dwight Watson 9 years ago
parent
commit
208b835706
  1. 2
      docs/components.html

2
docs/components.html

@ -1092,7 +1092,7 @@ document
{% highlight html %}
<header class="bar bar-nav">
<a href="#myPopover">
<a href="#popover">
<h1 class="title">
Tap title
<span class="icon icon-caret"></span>

Loading…
Cancel
Save