blob: 3751ca820f02caeb6ca7f95ca6998fda8219d4c6 [file] [log] [blame]
Matteo Scandolo7cd88ba2015-12-16 14:23:08 -08001<div tooltip-animation-class="fade"
2 uib-tooltip-classes
3 ng-class="{ in: isOpen() }">
4 <div class="arrow"></div>
5
6 <div class="popover-inner">
7 <h3 class="popover-title" ng-bind="title" ng-if="title"></h3>
8 <div class="popover-content" ng-bind-html="contentExp()"></div>
9 </div>
10</div>