#150 Intermediate commit

This commit is contained in:
Jonas Van Goolen
2017-11-02 13:43:02 +01:00
parent e7e129f80f
commit 67356efaab
21 changed files with 66 additions and 64 deletions

View File

@@ -12,7 +12,7 @@
(paginationChange)="onPaginationChange($event)">
<ul *ngIf="objects?.hasSucceeded"> <!--class="list-unstyled"-->
<li *ngFor="let object of objects?.payload">
<ds-wrapper-list-element [object]="object"></ds-wrapper-list-element>
<ds-wrapper-list-element [object]="object"></ds-wrapper-list-element>
</li>
</ul>
</ds-pagination>