Ionic Grid Layout with ng-repeat

Hi @mhartington,

.col-100 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  min-width: 100%;} 

This does the trick :wink:

I got it working : codepen

Thank you for the support. You gave me the spark.