[Info Bubble] Fix display issues

Intermediary commit; fix some display issues with info bubbles,
add some delay. WTD-884.
This commit is contained in:
Victor Woeltjen
2015-05-22 12:28:58 -07:00
parent 05a78f70e3
commit 35f4032ae8
4 changed files with 50 additions and 19 deletions

View File

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