angular-isotope
angular-isotope copied to clipboard
AngularJS directives to easily work with JQuery Isotope.
Hi, Many people (including me) prefer to use npm to manage front end dependencies. The project already has a fairly complete package.json, so publishing to npm should be fairly painless.
Figured out that while angular tries to destroy the isotope directive scopes the relayout method is being triggered for every call of $scope.destroy(). Since every isotope element will be destroyed...
Hi everyone, can anyone tell me how to achieve my problem, I have data calling from remote server then I want to load isotope after clicking the search button and...
> [{"id":"1","name":"Naruto","genre":["Action","Adventure","Comedy","Drama","Fantasy","Martial Arts","Shounen"],"views":"24","last":643} I want sort lists through values in `genre` key. How can i do that? Show All Action Drama
If I try to implement your sort by, I get an angular error. Filtering works fine. ``` html Name Date ``` my dataset includes items like ``` json { "name":...
I have created a project and am loading jquery, angular, isotope and angular-isotope - in that order and including all of their dependencies. I am also using the html markup...
Hello, I am getting an error. I am using Angular 1.5.9 with webpack. I have included angular-isotope as a module dependency, but I am getting the following error:
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...
If not, any suggestions on how to achieve this?