Skip to content
This repository has been archived by the owner on May 29, 2019. It is now read-only.

Commit

Permalink
docs(tooltip): add notice about deprecated feature
Browse files Browse the repository at this point in the history
Added a note that `tooltip-html-unsafe` is deprecated in favour of `tooltip-html`

Closes #3634
  • Loading branch information
Robin van Baalen committed Jun 3, 2015
1 parent a469fc3 commit 9247f15
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/tooltip/docs/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ There are three versions of the tooltip: `tooltip`, `tooltip-template`, and
- `tooltip` takes text only and will escape any HTML provided.
- `tooltip-template` takes text that specifies the location of a template to
use for the tooltip.
- `tooltip-html-unsafe` takes
whatever HTML is provided and displays it in a tooltip; it's called "unsafe"
because the HTML is not sanitized. *The user is responsible for ensuring the
- `tooltip-html` takes
whatever HTML is provided and displays it in a tooltip; *The user is responsible for ensuring the
content is safe to put into the DOM!*
- `tooltip-html-unsafe` -- deprecated in favour of `tooltip-html`

The tooltip directives provide several optional attributes to control how they
will display:
Expand Down

0 comments on commit 9247f15

Please sign in to comment.