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({
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>" +