-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
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
Filter with input box #35
Comments
I implemented it with the help of zurb's text change library and there is an existing example of search filtering on metafizzy demos, http://www.zurb.com/playground/jquery-text-change-custom-event There is probably a cleaner way please comment if you do have an easier way of implementing this, I had the issue with the layout but after adding the debounce it worked fine.
|
I am having a problem with this solution... Wondering how you got around this issue...
Any ideas? |
Are you sure your element has the id #isotopeContainer or whatever you've named it is reflected in the js? @udayms |
It's just the s.apply that doesn't work. I googled for this and came across angular/angular.js#9515 which says I should set $compileProvider.debugInfoEnabled(false) to true for that to work. Tried that. Didn't work. |
Even changing it to $apply didn't work. Changing to $apply stops the console errors. But, then the list is filtered. |
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:
Thanks,
L
The text was updated successfully, but these errors were encountered: