Closed jice-lavocat closed 8 years ago
+1
+1 This happens when ng-repeat yields no elements and angularGrid can't calculate the width of the first element. I think there should be a watcher for ng-repeat so that the first time it yields some elements it calculates the size.
A quick hack fix for this is an empty placeholder with the responsive css class: `
<div class="grid col-lg-4 col-sm-6"></div>
@s-yadav Hi thanks for the fix/commit. I've seen you updated the version number too, great. Unfortunately, I am not able to get it from bower. Do you need to update it or have I missed something ?
An official release is not yet published.
I'm using the following code :
I works, but I get the following log trace :