How can set isOriginLeft in isotope option?
Closed this issue · 2 comments
faravaghi commented
hi,
i want set isOriginLeft to false value but this is not work!!
my code is:
$scope.$emit('iso-option', {
isOriginLeft: false,
});
faravaghi commented
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
faravaghi commented
if update the last version of Isotope fix bug and get all option in this.
thx alot