Skip to content

Commit

Permalink
test: storageKey
Browse files Browse the repository at this point in the history
  • Loading branch information
felixroos committed Mar 8, 2019
1 parent 0e88a93 commit 94e7b23
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/app/entry-list/entry-list-demo.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ <h2>Entry List</h2>
<!-- <ec-daterange [timespan]="timespan" (spanChanged)="updateFilter($event,entryList)"></ec-daterange> -->
<!--
<ec-searchbar [listComponent]="entryList" [list]="entryList?.list" property="name"></ec-searchbar> -->
<ec-entry-list [loader]="loader" (changed)="updateList($event)" #entryList model="muffin" [config]="{sortBy:heatProperty,desc:true,rawFilter:true}">
<ec-entry-list [loader]="loader" (changed)="updateList($event)" #entryList model="muffin"
[config]="{storageKey:'demo-muffins',sortBy:heatProperty,desc:true,rawFilter:true}">
<div data-ec-list-empty>
Noch keine Entries vorhanden!!!!!!!!!
</div>
Expand Down

0 comments on commit 94e7b23

Please sign in to comment.