s-yadav / angulargrid

Pinterest like responsive masonry grid system for angular
MIT License
277 stars 105 forks source link

Revert "Issue #72: When specifying a scroll container by utilizing CSS class …" #81

Closed s-yadav closed 8 years ago

s-yadav commented 8 years ago

This is meant to be evaluated as expression, so that it can come from scope variable. If you need to define css selector directly you can add it within an extra qoute.

<ul class="dynamic-grid" angular-grid="pics" ag-grid-width="300" ag-gutter-size="10" ag-id="gallery" ag-scroll-container=" '#gallery-wrap' " ag-infinite-scroll="loadMore()" >
     ....
</ul>

It seems I have mentioned it wrong on docs, will fix that.

Reverts s-yadav/angulargrid#73