Open
Description
Bootstrap buttons perform filters as expected.
<button opt-kind ok-key="filter" ng-attr-ok-sel="{{ priceFiltered ? '' : '.hasPrice' }}" class='btn btn-default' ng-model="priceFiltered" ng-click="priceFiltered = !priceFiltered">Must have price</button>
I cannot get checkbox or option elements to work for the life of me.
<input type="checkbox" ng-model="priceFiltered" opt-kind ng-attr-ok-sel="{{ priceFiltered ? '' : '.hasPrice' }}{{ imageFiltered ? '.hasImage' : '' }}" ok-key="filter">
Can you provide an example of how to trigger filter via checkbox or option element. Thanks!
Metadata
Metadata
Assignees
Labels
No labels