|
8 | 8 | <input type="text" ng-model="dynamicTooltip" class="form-control"> |
9 | 9 | </div> |
10 | 10 | <p> |
11 | | - Pellentesque <a><span tooltip="{{dynamicTooltip}}">{{dynamicTooltipText}}</span></a>, |
| 11 | + Pellentesque <a href="#" tooltip="{{dynamicTooltip}}">{{dynamicTooltipText}}</a>, |
12 | 12 | sit amet venenatis urna cursus eget nunc scelerisque viverra mauris, in |
13 | 13 | aliquam. Tincidunt lobortis feugiat vivamus at |
14 | | - <a><span tooltip-placement="left" tooltip="On the Left!">left</span></a> eget |
| 14 | + <a href="#" tooltip-placement="left" tooltip="On the Left!">left</a> eget |
15 | 15 | arcu dictum varius duis at consectetur lorem. Vitae elementum curabitur |
16 | | - <a><span tooltip-placement="right" tooltip="On the Right!">right</span></a> |
| 16 | + <a href="#" tooltip-placement="right" tooltip="On the Right!">right</a> |
17 | 17 | nunc sed velit dignissim sodales ut eu sem integer vitae. Turpis egestas |
18 | | - <a><span tooltip-placement="bottom" tooltip="On the Bottom!">bottom</span></a> |
| 18 | + <a href="#" tooltip-placement="bottom" tooltip="On the Bottom!">bottom</a> |
19 | 19 | pharetra convallis posuere morbi leo urna, |
20 | | - <a><span tooltip-animation="false" tooltip="I don't fade. :-(">fading</span></a> |
| 20 | + <a href="#" tooltip-animation="false" tooltip="I don't fade. :-(">fading</a> |
21 | 21 | at elementum eu, facilisis sed odio morbi quis commodo odio. In cursus |
22 | | - <a><span tooltip-popup-delay='1000' tooltip='appears with delay'>delayed</span></a> turpis massa tincidunt dui ut. |
| 22 | + <a href="#" tooltip-popup-delay='1000' tooltip='appears with delay'>delayed</a> turpis massa tincidunt dui ut. |
23 | 23 | </p> |
24 | 24 |
|
25 | 25 | <p> |
26 | | - I can even contain HTML. <a><span tooltip-html-unsafe="{{htmlTooltip}}">Check me out!</span></a> |
| 26 | + I can even contain HTML. <a href="#" tooltip-html-unsafe="{{htmlTooltip}}">Check me out!</a> |
27 | 27 | </p> |
28 | 28 |
|
29 | 29 | <form role="form"> |
|
0 commit comments