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
I'm using meteor 0.8.2
Filters are being applied but I can't see the 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