Remove ng-if to filter out invisible enterprises from group

This commit is contained in:
Yasuhiro Yoshida
2021-10-01 15:21:13 +03:00
parent 8090945c34
commit ace8c8768f

View File

@@ -95,7 +95,6 @@
.active_table
%hub.active_table_node.row.animate-repeat{id: "{{hub.hash}}",
"ng-repeat" => "hub in filteredEnterprises = (Enterprises.hubs | searchEnterprises:query | taxons:activeTaxons | shipping:shippingTypes | properties:activeProperties:'distributed_properties' | orderBy:['+orders_close_at'])",
"ng-if" => "hub.visible",
"ng-class" => "{'is_profile' : hub.category == 'hub_profile', 'closed' : !open(), 'open' : open(), 'inactive' : !hub.active, 'current' : current()}",
"ng-controller" => "HubNodeCtrl"}
.small-12.columns