akoenig / angular-deckgrid

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

Fix commas being inserted into templates. #120

Open caffeinewriter opened 6 years ago

caffeinewriter commented 6 years ago

Array.prototype.join()'s default behavior is to join with ",", rather than an empty string. By explicitly specifying an empty string, this should fix commas being inserted into deckgrid templates with multiple innerHTML transclusion elements.