We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am using your library in one of my project, let me first thank you for creating this library.
I am running into an issue though: when trying to create filter buttons with ng-repeat, it does not work.
Then, I decided to try using your demo.html and here is the code:
<div class="btn-group" isotope-filter isotope-filter-event="filter-elements" isotope-filter-group="metals"> <button isotope-filter-by="*" class="btn btn-default active">show all</button> <button ng-repeat="type in types track by $index" isotope-filter-by=".{{types[$index]}}" class="btn btn-default">{{types[$index]}}</button> </div>
Wonder if you have any insight about this?
The text was updated successfully, but these errors were encountered:
hm, I haven't tested that yet, if you can create a plnkr I would be glad to take a look. Thanks
Sorry, something went wrong.
Im facing the same issue, does this have a solution yet?
this is my code:
<div class="btn-group" isotope-filter isotope-filter-event="filter-elements" > <button isotope-filter-by=".{{category.category}}" ng-repeat="category in slides" class="btn btn-default">{{category.category}}</button> </div>
No branches or pull requests
I am using your library in one of my project, let me first thank you for creating this library.
I am running into an issue though:
when trying to create filter buttons with ng-repeat, it does not work.
Then, I decided to try using your demo.html and here is the code:
Filter using ng-repeatsWonder if you have any insight about this?
The text was updated successfully, but these errors were encountered: