lib/assets/javascripts/up/tooltip.js.coffee in upjs-rails-0.15.1 vs lib/assets/javascripts/up/tooltip.js.coffee in upjs-rails-0.16.0
- old
+ new
@@ -147,10 +147,10 @@
###
###*
Displays a tooltip with HTML content when hovering the mouse over this element:
- <a href="/decks" up-tooltip="Show <b>all</b> decks">Decks</a>
+ <a href="/decks" up-tooltip-html="Show <b>all</b> decks">Decks</a>
@selector [up-tooltip-html]
@stable
###
up.compiler('[up-tooltip], [up-tooltip-html]', ($link) ->