This is the codeAbility Sharing Platform! Learn more about the codeAbility Sharing Platform.

Skip to content
Snippets Groups Projects
Commit b0aec454 authored by Daniel Rainer's avatar Daniel Rainer
Browse files

Use message service in metadata

parent de34b0bd
No related merge requests found
......@@ -2,7 +2,7 @@
<span class="meta" jhiTranslate="search.metadata.{{parameter}}">file format</span>
<li class="meta" *ngFor="let frequency of frequencies">
<div>
<a (click)="suggestionWasClicked(frequency)" class="meta">{{frequency.key}}<span
<a (click)="messageService.updateFilterSelection(frequency)" class="meta">{{frequency.key}}<span
class="count">{{frequency.value}}</span></a>
</div>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment