blob: 3751ca820f02caeb6ca7f95ca6998fda8219d4c6 [file] [log] [blame]
<div tooltip-animation-class="fade"
uib-tooltip-classes
ng-class="{ in: isOpen() }">
<div class="arrow"></div>
<div class="popover-inner">
<h3 class="popover-title" ng-bind="title" ng-if="title"></h3>
<div class="popover-content" ng-bind-html="contentExp()"></div>
</div>
</div>