ThirdCornerLLC / tc-grid

A declarative grid for AngularJS
MIT License
14 stars 2 forks source link

Adding items to empty grid breaks grid in Angular 1.5 #47

Open Zacharias3690 opened 8 years ago

Zacharias3690 commented 8 years ago

In Angular 1.5 transclusion or ng-repeat was changed and now the grid doesn't render when initialized with an empty array.

Looking into moving some of the compile functionality in tcGrid to tcColumn and using the transclusion function.

Temporary workaround is to add an empty item to tc-data and remove it on $timeout.

Zacharias3690 commented 8 years ago

Fix will bump version to 0.8.0. Currently have a working version with some features removed. Once all current features are reimplemented will open a PR