Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not working with meteor 0.8.2 #2

Open
MauriSalazar opened this issue Jul 12, 2014 · 1 comment
Open

Not working with meteor 0.8.2 #2

MauriSalazar opened this issue Jul 12, 2014 · 1 comment

Comments

@MauriSalazar
Copy link

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.

@monbro
Copy link

monbro commented Feb 25, 2015

+1 Same here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants