Remove ng-class-odd and ng-class-even directives

This commit is contained in:
Marliana Lara
2017-04-25 16:22:18 -04:00
parent 59ff065a65
commit 79791a4fbc
4 changed files with 0 additions and 10 deletions

View File

@@ -1928,8 +1928,6 @@ angular.module('FormGenerator', [GeneratorHelpers.name, 'Utilities', listGenerat
html += "<tbody>\n";
html += "<tr class=\"List-tableRow\" ng-repeat=\"" + collection.iterator + " in " + itm + "\" ";
html += "ng-class-odd=\"'List-tableRow--oddRow'\" ";
html += "ng-class-even=\"'List-tableRow--evenRow'\" ";
html += "id=\"{{ " + collection.iterator + ".id }}\">\n";
if (collection.index === undefined || collection.index !== false) {
html += "<td class=\"List-tableCell";