mirror of
https://github.com/nasa/openmct.git
synced 2025-02-01 08:48:28 +00:00
9f90c6b8d8
WTD-884
9 lines
279 B
HTML
9 lines
279 B
HTML
<div class="t-infobubble s-infobubble l-infobubble-wrapper {{bubble.bubbleLayout}}">
|
|
<div class="l-infobubble">
|
|
<div ng-show="bubble.bubbleTitle.length > 0"
|
|
class="title">
|
|
{{bubble.bubbleTitle}}
|
|
</div>
|
|
<span ng-transclude></span>
|
|
</div>
|
|
</div> |