Skip to content

Can't see Filters! #27

@MauriSalazar

Description

@MauriSalazar

I'm using meteor 0.8.2

Filters are being applied but I can't see the filters:

  {{#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 -->

That code {{#if fcFilterActive}} seems to be broken or something.

I'm using this packages also:

standard-app-packages
jquery
blaze-layout
iron-router
accounts-ui
accounts-base
accounts-password
bootstrap-3
moment
simple-schema
collection2
autoform
iron-router-progress
spin
fast-render
filter-collections

Maybe that has something to do?

thanks

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