hide the count until the property is set.

This commit is contained in:
Claus
2017-07-10 12:22:12 +02:00
parent 779306d90f
commit 8b308fa1ea

View File

@@ -96,7 +96,7 @@
<div style="margin-bottom: 20px;" class="flex items-center">
<div style="font-size: 16px;">
<span class="bold">Users</span> <span>({{vm.usersOptions.totalItems}})</span>
<span class="bold">Users</span> <span ng-if="vm.usersOptions.totalItems">({{vm.usersOptions.totalItems}})</span>
</div>
<div class="flex" style="margin-left: auto;">