mirror of
https://github.com/nasa/openmct.git
synced 2024-12-21 22:17:49 +00:00
35f4032ae8
Intermediary commit; fix some display issues with info bubbles, add some delay. 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> |