From e0d4f5dc8e276fc295b383827d1244196bfed107 Mon Sep 17 00:00:00 2001 From: Michael Abashian Date: Mon, 6 Feb 2017 15:06:58 -0500 Subject: [PATCH] ng-if will destroy/append the directive over and over again. Using ng-show instead to handle hiding/showing tabs --- .../src/access/add-rbac-resource/rbac-resource.partial.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/awx/ui/client/src/access/add-rbac-resource/rbac-resource.partial.html b/awx/ui/client/src/access/add-rbac-resource/rbac-resource.partial.html index c9ca9c5e51..3047469ca7 100644 --- a/awx/ui/client/src/access/add-rbac-resource/rbac-resource.partial.html +++ b/awx/ui/client/src/access/add-rbac-resource/rbac-resource.partial.html @@ -44,10 +44,10 @@ -
+
-
+