Skip to content

Commit

Permalink
docs: fix dynamic tooltip text to show bottom instead of top (#2013)
Browse files Browse the repository at this point in the history
  • Loading branch information
cargilltay authored and marcosmoura committed May 11, 2019
1 parent 2d45d98 commit a275f18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/app/pages/Components/Tooltip/examples/Dynamically.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<div>
<md-avatar>
<img src="/assets/examples/avatar.png" alt="Avatar">
<md-tooltip :md-active.sync="tooltipActive">Top</md-tooltip>
<md-tooltip :md-active.sync="tooltipActive">Bottom</md-tooltip>
</md-avatar>

<md-button class="md-raised md-primary" @click="tooltipActive = !tooltipActive">Toggle Tooltip</md-button>
Expand Down

0 comments on commit a275f18

Please sign in to comment.