Skip to content

Not working with meteor 0.8.2 #2

@MauriSalazar

Description

@MauriSalazar

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions