LP#1777207: have eg-grid generate DOM nodes only for visible columns
[evergreen-equinox.git] / Open-ILS / src / templates / staff / share / t_autogrid.tt2
index 4d90a48..73850e0 100644 (file)
           ng-repeat="col in columns"
           ng-class="col.cssSelector"
           style="text-align:{{col.align}}; flex:{{col.flex}}"
-          ng-show="col.visible">
+          ng-if="col.visible">
 
           <!-- if the cell comes with its own template,
                translate that content into HTML and insert it here -->