fixing small issue i created with list-generator classes

This commit is contained in:
jaredevantabor 2017-04-11 11:35:50 -07:00 committed by Jared Tabor
parent f5141bcab9
commit a7dbd00192

View File

@ -170,7 +170,7 @@ export default ['$compile', 'Attr', 'Icon',
}
if (options.mode !== 'lookup' && (list.well === undefined || list.well)) {
html += `<div class="${list.name}List`; //List-well">`;
html += `<div class="${list.name}List `; //List-well">`;
html += (!list.wellOverride) ? "List-well" : "";
html += `">`;
// List actions