Merge pull request #1147 from TypicalFooBar/101

[CommonUI] Info Bubbles allow user to copy text
This commit is contained in:
Victor Woeltjen 2016-08-29 13:19:24 -07:00 committed by GitHub
commit 5409e3d203
2 changed files with 1 additions and 5 deletions

View File

@ -21,9 +21,6 @@
*****************************************************************************/
//************************************************* GENERAL
.bubble-container {
pointer-events: none;
}
//************************************************* LAYOUT

View File

@ -29,8 +29,7 @@
define({
BUBBLE_TEMPLATE: "<mct-container key=\"bubble\" " +
"bubble-title=\"{{bubbleTitle}}\" " +
"bubble-layout=\"{{bubbleLayout}}\" " +
"class=\"bubble-container\">" +
"bubble-layout=\"{{bubbleLayout}}\">" +
"<mct-include key=\"bubbleTemplate\" " +
"ng-model=\"bubbleModel\">" +
"</mct-include>" +