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

masonry-options not works with isOriginLeft: tue

Open ceoaliongroo opened this issue 10 years ago • 1 comments

Hi,

version 0.8.1 look like not recognise the option to start in the left, i understood that was resolve in the 0.7.0

<div masonry masonry-options="{gutter: 13, transitionDuration: 0, isOriginLeft: true}">
  <div class="masonry-brick" ng-repeat="item in BoxesApp.data.list">
    <ng-include src="box.html'" ></ng-include>
  </div>
</div>

i'm missing something?

Thanks

ceoaliongroo avatar May 22 '14 11:05 ceoaliongroo

I am also experiencing this lack of masonry acknowledging isOriginLeft : true -- suggestions?

sjt003 avatar Nov 17 '14 23:11 sjt003