dv336699 / ng-isotope

AngularJS directives for Isotope by Metafizzy
GNU General Public License v3.0
15 stars 17 forks source link

duplicate code in isotopeGrid directive #5

Closed hwong668 closed 9 years ago

hwong668 commented 9 years ago

there are two $watch on items: scope.$watch('items', function () { $timeout(function () { element.isotope('reloadItems').isotope(options); }); }, true);

dv336699 commented 9 years ago

Fixed, thanks