mirror of
https://github.com/nasa/openmct.git
synced 2025-06-15 21:58:13 +00:00
Removing use of bubble-container class (issue #101)
This commit is contained in:
@ -29,8 +29,7 @@
|
|||||||
define({
|
define({
|
||||||
BUBBLE_TEMPLATE: "<mct-container key=\"bubble\" " +
|
BUBBLE_TEMPLATE: "<mct-container key=\"bubble\" " +
|
||||||
"bubble-title=\"{{bubbleTitle}}\" " +
|
"bubble-title=\"{{bubbleTitle}}\" " +
|
||||||
"bubble-layout=\"{{bubbleLayout}}\" " +
|
"bubble-layout=\"{{bubbleLayout}}\">" +
|
||||||
"class=\"bubble-container\">" +
|
|
||||||
"<mct-include key=\"bubbleTemplate\" " +
|
"<mct-include key=\"bubbleTemplate\" " +
|
||||||
"ng-model=\"bubbleModel\">" +
|
"ng-model=\"bubbleModel\">" +
|
||||||
"</mct-include>" +
|
"</mct-include>" +
|
||||||
|
Reference in New Issue
Block a user