From c919ae22d45d266c952328198a9f7ea7df9bc43c Mon Sep 17 00:00:00 2001 From: Alejandro Alonso Date: Thu, 19 Feb 2015 13:58:07 +0100 Subject: [PATCH] Show custom attributes when project have got --- app/partials/custom-attributes/custom-attributes-values.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/partials/custom-attributes/custom-attributes-values.jade b/app/partials/custom-attributes/custom-attributes-values.jade index 7062caed..cadbb100 100644 --- a/app/partials/custom-attributes/custom-attributes-values.jade +++ b/app/partials/custom-attributes/custom-attributes-values.jade @@ -1,4 +1,4 @@ -section.duty-custom-fields(ng-show="ctrl.customAttributesValues") +section.duty-custom-fields(ng-show="ctrl.customAttributes.length") div.custom-fields-header span Custom Fields // Remove .open class on click on this button in both .icon and .custom-fields-body to close