angular-isotope icon indicating copy to clipboard operation
angular-isotope copied to clipboard

AngularJS directives to easily work with JQuery Isotope.

Results 41 angular-isotope issues
Sort by recently updated
recently updated
newest added

I faced with a filtering issue. If `ok-kind` and `isotope-container` are registered within different scopes filtering does not work. Particulary if a page layout is something like this ``` html...

Is it possible to filter with multiple values, ie. when two buttons is marked, both values should be filtered

Just made some changes into your demo with latest jquery 1.11.x , angularjs 1.2.5 and removed highlight module, ``` Selector-Based Filter Show All Purple Orange Blue Green Not Blue Extra...

Hi all - So, The filters work fine until I attach a controller to the container using ng-controller (doing this to grab the data from a JSON file). It does...

To replicate, switch out angular version in demo with latest angular build.

I have the issue of images overlapping because I'm loading many images. Usually the easy fix for the Javascript / jQuery version is to add ImagesLoaded and after initialise isotope....

Question #1 Is there a way of somehow delaying the initialisation of the isotope? The reason being is that I am loading data from Firebase into my $scope, which may...

The most common use of the acronym 'iso' is for the International Organization for Standardization, http://www.iso.org/, so having a module name like this is bound to create conflicts, confusion, and...

``` $scope.$emit('iso-method', {name:'layout', params:instance.elements[0], function(){ console.log("done"); }}); ``` gives me error: ``` Uncaught SyntaxError: Unexpected token ( search.js:30 Error: [ng:areq] http://errors.angularjs.org/1.2.26/ng/areq?p0=searchController&p1=not%20aNaNunction%2C%20got%20undefined at Error (native) at http://localhost:8081/angular/angular.min.js:6:450 at Db (http://localhost:8081/angular/angular.min.js:19:106) at...