Bring action handling between form-generator and list-generator inline.

This commit is contained in:
Chris Houseknecht
2014-03-25 11:13:00 -04:00
parent 166cf61dc1
commit b638a90d34

View File

@@ -1427,7 +1427,7 @@ angular.module('FormGenerator', ['GeneratorHelpers', 'ngCookies', 'Utilities'])
html += (fAction.ngShow) ? this.attr(fAction, 'ngShow') : ""; html += (fAction.ngShow) ? this.attr(fAction, 'ngShow') : "";
html += ">"; html += ">";
html += SelectIcon({ action: act }); html += SelectIcon({ action: act });
html += (fAction.label) ? "<span class=\"list-action-label\"> " + fAction.label + "</span>": ""; //html += (fAction.label) ? "<span class=\"list-action-label\"> " + fAction.label + "</span>": "";
html += "</a>"; html += "</a>";
} }
html += "</td>"; html += "</td>";