Removing use of bubble-container class (issue #101)

This commit is contained in:
Derek Webb
2016-08-27 21:29:30 -04:00
parent 39f2f94a53
commit 08eaa822fe

View File

@ -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>" +