algairim commented on a change in pull request #199:
URL: https://github.com/apache/brooklyn-ui/pull/199#discussion_r621311629



##########
File path: ui-modules/app-inspector/app/components/entity-tree/entity-node.html
##########
@@ -35,15 +35,15 @@
     <div class="entity-node-children" ng-show="isChildrenOpen">
         <!-- Entity children -->
         <entity-node ng-repeat="child in entity.children track by child.id"
-                     ng-show="child.viewModes.has(viewMode)"
+                     ng-if="child.viewModes.has(viewMode)"

Review comment:
       Moved back ng-if since it re-refreshes the fade out animation for 
changed relationships after view switch.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to