Open
Description
Hi,
Thanks for the great library!
Does anybody know how can I filter properly with an input box?
The filtering is working almost perfectly, just when I delete some character (or everything) from the text from the search box, I didn't get back the proper/full list.
Here is my current code:
<div id="isotopeContainer" isotope-container>
<div class="isotope-item {{x.class}}" ng-repeat="x in List | filter:search | orderBy: title " isotope-item>
<p>{{x.title}}</p>
</div>
</div>
<input type="text" ng-model="search.title" />
Thanks,
L
Metadata
Metadata
Assignees
Labels
No labels