From 0dc04cd0576b8a1767ffea4cec2ba2e0fd3bbfa4 Mon Sep 17 00:00:00 2001 From: Joe Fiorini Date: Tue, 10 Mar 2015 10:03:25 -0400 Subject: [PATCH] Use columnNgClass instead of ngClass for columns ngClass gets placed on both the td and the link (if an ngClick is provided); this is not good, therefore splitting them out into ngClass for the link class (for backwards compatibility) and columnNgClass for the class on the td. --- awx/ui/static/js/shared/generator-helpers.js | 3 ++- awx/ui/static/js/shared/list-generator.js | 5 +++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/awx/ui/static/js/shared/generator-helpers.js b/awx/ui/static/js/shared/generator-helpers.js index 449016324b..dd88d7e9cc 100644 --- a/awx/ui/static/js/shared/generator-helpers.js +++ b/awx/ui/static/js/shared/generator-helpers.js @@ -330,6 +330,7 @@ angular.module('GeneratorHelpers', []) html = "\n"; html += "