mirror of
https://github.com/nasa/openmct.git
synced 2024-12-21 22:17:49 +00:00
732c0abf10
Add newlines to end of files added for WTD-884.
10 lines
337 B
HTML
10 lines
337 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>
|