akoenig / angular-deckgrid

A lightweight masonry-like grid for AngularJS.
http://akoenig.github.io/angular-deckgrid
MIT License
1.1k stars 190 forks source link

Update angular-deckgrid.js #54

Closed Handroo closed 10 years ago

Handroo commented 10 years ago

Changed recreating column comparison from length to stringified content in the source data. Changing field variables in an object in the array will now be able to be detected and properly shown. Previous comparison logic only checked for array length.

akoenig commented 10 years ago

Thanks for reporting. Switched to an angular-based comparison (will be live in the next release v0.5.0). Looks like it is faster than a JSON serialization.