How do i add the tooltip for the below HTML5 statement?
<tr><td><a ng-href="#">Call us</a>
<span class="glyphicon glyphicon-phone" > </span>
</td>
How do i add the tooltip for the below HTML5 statement?
<tr><td><a ng-href="#">Call us</a>
<span class="glyphicon glyphicon-phone" > </span>
</td>
<tr><td><a ng-href="#">Call us</a>
<span class="glyphicon glyphicon-phone" data-toggle="tooltip" title="Call Us"></span>
</td>