-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
When i click on buttons results seem to be changing but I can't see the filters applied.
{{#if fcFilterActive}}
<hr/>
<strong>Active Filters</strong>
<ul class="nav nav-pills">
{{#each fcFilterActive}}
<li class="active"><a href="#" class="fc-filter-clear">{{title}}: {{operator}} {{value}}</a></li>
{{/each}}
<li class="active"><a href="#" class="fc-filter-reset">Reset all filters</a></li>
</ul>
{{/if}}
<!-- /active filters -->
So that part of the code seems not to be working.
Metadata
Metadata
Assignees
Labels
No labels