My code is as below: ``` javascript <div class="gridStyle" ng-grid="gridOptions" ng-show="flag"></div> ``` when i set the flag to true, the grid cannot render correctly, if you press F12 on the keyboard, it can show correctly!