[Info Bubble] Add newlines

Add newlines to end of files added for WTD-884.
This commit is contained in:
Victor Woeltjen 2015-06-10 16:38:49 -07:00
parent fd63aa30ea
commit 732c0abf10
9 changed files with 16 additions and 16 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.bubbleTitle.length > 0"
class="title">
<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>
</div>
<span ng-transclude></span>
</div>
</div>

View File

@ -5,4 +5,4 @@
{{property.value}}
</td>
</tr>
</table>
</table>

View File

@ -29,4 +29,4 @@ define({
"</mct-container>",
// Pixel offset for bubble, to align arrow position
BUBBLE_OFFSET: [ 0, -16 ]
});
});

View File

@ -118,4 +118,4 @@ define(
}
);
);

View File

@ -91,4 +91,4 @@ define(
return InfoService;
}
);
);

View File

@ -154,4 +154,4 @@ define(
});
}
);
);

View File

@ -128,4 +128,4 @@ define(
});
}
);
);

View File

@ -1,4 +1,4 @@
[
"gestures/InfoGesture",
"services/InfoService"
]
]

View File

@ -98,4 +98,4 @@ define(
});
}
);
);