mankindsoftware/angular-isotope

How can set isOriginLeft in isotope option?

Closed this issue · 2 comments

hi,
i want set isOriginLeft to false value but this is not work!!
my code is:

$scope.$emit('iso-option', {
    isOriginLeft: false,
});

i think just update isotope jquery to last version beacase this version not include isOriginLeft option.
and when update it show error :

TypeError: window.Isotope is undefined
http://.../angular-isotope/vendor/jquery.isotope.js
Line 55

and

Error: isotopeContainer.isotope is not a function

if update the last version of Isotope fix bug and get all option in this.
thx alot