Fixed subscriptions

This commit is contained in:
Giuseppe Digilio
2019-02-18 16:54:52 +01:00
parent 8422549d26
commit 9c2b51fb19
4 changed files with 54 additions and 48 deletions

View File

@@ -13,7 +13,7 @@
[disabled]="(disabled$ | async)"
ngbDropdownToggle>
<span *ngIf="(disabled$ | async)"><i class='fas fa-circle-notch fa-spin'></i></span>
<span *ngIf="!(disabled$ | async)">{{ (selectedCollectionName) ? selectedCollectionName : '' }}</span>
<span *ngIf="!(disabled$ | async)">{{ selectedCollectionName$ | async }}</span>
</button>
<div ngbDropdownMenu