mirror of
https://github.com/nasa/openmct.git
synced 2024-12-22 14:32:22 +00:00
c7b13b70d1
WTD-884.
9 lines
280 B
HTML
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> |