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

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

Reformat HTML

parent 5f4386de
No related merge requests found
......@@ -4,8 +4,9 @@
(click)="messageService.updateFilterSelection(parameter, frequency.key); toggleSelection(frequency.key)"
[style.background-color]="isSelected(frequency.key) ? 'rgba(0,255,0,0.5)' : 'rgba(0,0,0,0)'">
<div>
<a class="meta">{{frequency.key}}<span
class="count">{{frequency.value}}</span></a>
<a class="meta">{{frequency.key}}
<span class="count">{{frequency.value}}</span>
</a>
</div>
</li>
......
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