openmct/platform/commonUI/inspect/res/bubble.html
2015-05-11 10:02:37 -07:00

9 lines
280 B
HTML

<div class="t-infobubble s-infobubble l-infobubble-wrapper {{bubble.bubbleLayout}}">
<div class="l-infobubble">
<div ng-show="bubble.mctTitle.length > 0"
class="title">
{{bubble.bubbleTitle}}
</div>
<ng-transclude></ng-transclude>
</div>
</div>