55946: Fixed tests and added JSDocs

This commit is contained in:
Kristof De Langhe
2018-11-27 16:45:53 +01:00
parent 2053078a16
commit 930af49030
5 changed files with 70 additions and 21 deletions

View File

@@ -17,7 +17,7 @@
<tbody>
<tr *ngFor="let collection of collectionsRD?.payload?.page">
<td><input class="collection-checkbox" [ngModel]="getSelected(collection.id) | async" (change)="switch(collection.id)" type="checkbox" name="{{collection.id}}"></td>
<td><a [routerLink]="['/collection', collection.id]">{{collection.name}}</a></td>
<td><a [routerLink]="['/collections', collection.id]">{{collection.name}}</a></td>
</tr>
</tbody>
</table>